Skip to content

Commit

Permalink
Update linter
Browse files Browse the repository at this point in the history
  • Loading branch information
rmens authored Dec 19, 2024
1 parent 59c6325 commit 459bc34
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
name: linter

name: Bash linter
on:
pull_request:
push:
branches:
branches:
- main
paths:
paths:
- '**.sh'
pull_request:
paths:
- '**.sh'

jobs:
lint:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Run ShellCheck
uses: azohra/shell-linter@latest

0 comments on commit 459bc34

Please sign in to comment.