Skip to content

chore(deps): update pre-commit hook rhysd/actionlint to v1.7.4 #154

chore(deps): update pre-commit hook rhysd/actionlint to v1.7.4

chore(deps): update pre-commit hook rhysd/actionlint to v1.7.4 #154

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: open-turo/actions-gha/lint@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: open-turo/actions-gha/test@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- uses: ./static-analysis/semgrep
with:
semgrep-app-token: ${{ secrets.SEMGREP_APP_TOKEN }}