mirror of
https://github.com/sdras/awesome-actions.git
synced 2025-02-02 09:25:05 -05:00
added super linter
This commit is contained in:
parent
46b4340f3e
commit
1eaecd7839
25
.github/workflows/linter.yml
vendored
Normal file
25
.github/workflows/linter.yml
vendored
Normal 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 }}
|
Loading…
x
Reference in New Issue
Block a user