Skip to content

Commit

Permalink
chore: expand actionlint (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishb authored Jul 15, 2024
1 parent 96f6865 commit 81d9611
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/lint-yaml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,5 @@ jobs:
run: |
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
./actionlint -color -shellcheck=
./actionlint -color -shellcheck= src/gabo/internal/generator/data/*
shell: bash
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: {{matrix.go-version}}
go-version: ${{ matrix.go-version }}
cache-dependency-path: src/gabo/go.sum

- name: Install Go Releaser
Expand Down

0 comments on commit 81d9611

Please sign in to comment.