Skip to content

Commit

Permalink
UPDATE: test workflow for supported action check
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeebru committed Dec 15, 2023
1 parent 4beca76 commit 3e9e990
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/workflow-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,13 @@ jobs:
with:
go-version: '>=1.17.0'

- run: go version
- name: Check Go version
run: go version

- name: Workflow Lint
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: bitwarden/gh-actions/lint-workflow@master
uses: bitwarden/gh-actions/lint-workflow@4beca7638bd4832d901ad0ca79785bfec9eea595
with:
workflows: ${{ steps.changed-workflows.outputs.modified-workflows }}

Expand Down

0 comments on commit 3e9e990

Please sign in to comment.