Skip to content

Commit

Permalink
Add files for GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavid committed Jan 7, 2024
1 parent cf4503c commit f99f053
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: nosborn/[email protected]
with:
files: .
- uses: ludeeus/action-shellcheck@master
with:
additional_files: app/*
additional_files: ./*.do ./app/*
ignore_names: pass
- uses: mfinelli/setup-shfmt@v3
- run: shfmt -d app
- run: shfmt -d ./*.do ./app/[bcefimrsty]*
- uses: crate-ci/typos@master
- uses: errata-ai/vale-action@reviewdog
with:
Expand Down

0 comments on commit f99f053

Please sign in to comment.