Skip to content

Commit

Permalink
Update buildifier.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencodes authored Feb 6, 2024
1 parent ab47fae commit c5665ae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/buildifier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,10 @@ jobs:
- uses: actions/checkout@v4
- name: buildifier
run: bazel run --enable_bzlmod //.github/workflows:buildifier.check
shellcheck:
runs-on: ubuntu-latest
steps:
- name: "Checkout the sources"
uses: actions/checkout@v4
- name: "Lint Shell files"
run: for file in $(ind . -type f -name "*.sh" -not -path "./.github/*"); do shellcheck $file; done;

0 comments on commit c5665ae

Please sign in to comment.