Skip to content

Commit

Permalink
Update PR.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
as3810t authored Nov 3, 2024
1 parent 15f62c6 commit f0eb2ce
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
eslint:
name: eslint
name: ESLint
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -25,7 +25,7 @@ jobs:
reporter: github-pr-check
filter_mode: nofilter
prettier:
name: prettier
name: Prettier
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -44,7 +44,7 @@ jobs:
filter_mode: nofilter
prettier_flags: "**/*.{js,sol,ts,json,jsx,tsx}"
solhint:
name: solhint
name: Solhint
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -66,7 +66,7 @@ jobs:
run: |
npx solhint -f sarif 'contracts/**/*.sol' | reviewdog -f=sarif -reporter=github-pr-check -level=error -fail-level=none -filter-mode=nofilter -name=solhint
coverage:
name: coverage
name: Coverage
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -97,6 +97,7 @@ jobs:
working-directory: .
update-comment: true
slither:
name: Slither
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit f0eb2ce

Please sign in to comment.