Files
karma/.github/workflows/actionlint.yml
dependabot[bot] 5d9449b99c chore(deps): bump reviewdog/action-actionlint from 1.36.0 to 1.37.0
Bumps [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) from 1.36.0 to 1.37.0.
- [Release notes](https://github.com/reviewdog/action-actionlint/releases)
- [Commits](https://github.com/reviewdog/action-actionlint/compare/v1.36.0...v1.37.0)

---
updated-dependencies:
- dependency-name: reviewdog/action-actionlint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-05 14:02:01 +01:00

20 lines
307 B
YAML

name: Lint Actions
on:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- name: "Checkout Repository"
uses: actions/checkout@v3
- name: Run actionlint
uses: reviewdog/action-actionlint@v1.37.0