Merge 1eaecd78391ca6930b998439a6c15d818e84056f into 0edccf33480b95bf7547b90187c31e9ab2cb070d

This commit is contained in:
ECJ 2024-10-10 11:07:24 +02:00 committed by GitHub
commit aa45156a17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

25
.github/workflows/linter.yml vendored Normal file
View File

@ -0,0 +1,25 @@
name: Lint Awesome Actions
on:
push:
branches-ignore: [master]
pull_request:
branches: [master]
jobs:
build:
name: Lint Awesome Actions
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Lint Awesome Actions
uses: github/super-linter@v3
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}