fix(ci): update actionlint action

This commit is contained in:
Łukasz Mierzwa
2022-09-27 09:53:18 +01:00
committed by GitHub
parent 0792979f9b
commit dda539a720

View File

@@ -1,9 +1,6 @@
name: Lint Actions
on:
push:
branches:
- main
pull_request:
branches:
- main
@@ -12,7 +9,7 @@ permissions:
contents: read
jobs:
dependency-review:
actionlint:
runs-on: ubuntu-20.04
steps:
- name: "Checkout Repository"