Skip to content

Commit

Permalink
do u even ubuntu
Browse files Browse the repository at this point in the history
Authored by: bashonly
  • Loading branch information
bashonly committed Jun 2, 2024
1 parent cb7c6d4 commit 8895f0c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/action-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install requirements
id: install-reqs
run: |
sudo apt update
sudo apt -y install shellcheck
go install github.com/rhysd/actionlint/cmd/actionlint@latest
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
- name: Run actionlint
env:
SHELLCHECK_OPTS: -e SC1090,SC2034,SC2078
run: |
actionlint -color
${{ steps.install-reqs.outputs.executable }} -color

0 comments on commit 8895f0c

Please sign in to comment.