Skip to content

Commit

Permalink
Cap linter
Browse files Browse the repository at this point in the history
  • Loading branch information
rmens authored Feb 29, 2024
1 parent df4116d commit 7262f0c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
name: linter

on:
pull_request:
paths:
- '**.sh'
push:
paths:
- '**.sh'

jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v1
uses: actions/checkout@v4
- name: Run ShellCheck
uses: azohra/shell-linter@latest

0 comments on commit 7262f0c

Please sign in to comment.