Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mraszyk committed Nov 15, 2024
1 parent 658d4b6 commit fbde05a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
- reopened
- synchronize
paths:
- 'e2e/**'
- '.github/**'
push:
branches:
Expand All @@ -24,7 +23,5 @@ jobs:
cd $HOME/bin
curl -L https://github.com/koalaman/shellcheck/releases/download/v0.7.1/shellcheck-v0.7.1.darwin.x86_64.tar.xz \
| xz -d | tar x
- name: Check e2e scripts
run: $HOME/bin/shellcheck-v0.7.1/shellcheck e2e/bash/*.bash e2e/bash/util/*.bash
- name: Check workflow scripts
run: $HOME/bin/shellcheck-v0.7.1/shellcheck .github/workflows/*.sh

0 comments on commit fbde05a

Please sign in to comment.