Skip to content

Commit

Permalink
ci: combine two jobs into one to avoid false positives
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik66 committed Jul 26, 2023
1 parent 9e1e924 commit 22720d6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ master ]

jobs:
lint-c:
lint:
runs-on: ubuntu-latest

steps:
Expand All @@ -22,12 +22,6 @@ jobs:
- name: check formatting
run: git diff --exit-code

lint-shell:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: shfmt
uses: luizm/[email protected]
env:
Expand Down

0 comments on commit 22720d6

Please sign in to comment.