Skip to content

Commit

Permalink
fix: dual linting via actionlint
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <[email protected]>
  • Loading branch information
sgammon committed Dec 4, 2023
1 parent 659e2e8 commit 6956f13
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/actionlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ config-variables:
- DEFAULT_RUNNER
- JOB_NAME
- ENVIRONMENT_STAGE

1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TYPESCRIPT_DEFAULT_STYLE: prettier
VALIDATE_JSCPD: false
VALIDATE_GITHUB_ACTIONS: false

lint-action:
name: "Check: Action Lint"
Expand Down
3 changes: 2 additions & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

pnpm run commitlint ${1}
pnpm run commitlint "${1}"

0 comments on commit 6956f13

Please sign in to comment.