mirror of
https://github.com/EvilFreelancer/docker-routeros.git
synced 2025-07-15 17:14:41 +02:00
Add action to help review github action.
This commit is contained in:
parent
7d8ef05678
commit
7bb1fe3c75
1 changed files with 14 additions and 0 deletions
14
.github/workflows/lint.yml
vendored
Normal file
14
.github/workflows/lint.yml
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
name: Lint github-action
|
||||
|
||||
on: [ 'pull_request' ]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Lint
|
||||
uses: docker://rhysd/actionlint:1.6.26
|
||||
with:
|
||||
args: -color
|
Loading…
Add table
Add a link
Reference in a new issue