Files
karma/.github/workflows/actionlint.yml
dependabot[bot] 10364f715b chore(deps): bump reviewdog/action-actionlint from 1.39.0 to 1.39.1
Bumps [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) from 1.39.0 to 1.39.1.
- [Release notes](https://github.com/reviewdog/action-actionlint/releases)
- [Commits](https://github.com/reviewdog/action-actionlint/compare/v1.39.0...v1.39.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-09 08:20:21 +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@v4
- name: Run actionlint
uses: reviewdog/action-actionlint@v1.39.1