Skip to content

Bump eslint-plugin-prettier from 5.0.0 to 5.0.1 #495

Bump eslint-plugin-prettier from 5.0.0 to 5.0.1

Bump eslint-plugin-prettier from 5.0.0 to 5.0.1 #495

Workflow file for this run

name: 'build-test'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run all
run: yarn all
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
path: |
${{ github.workspace }}/tests/examples/report.xml
${{ github.workspace }}/tests/examples/report_medium.xml
token: ${{ secrets.GITHUB_TOKEN }}
title: Code Coverage
min-coverage-overall: 80