chore(actions): workflow for norminette checks
This commit is contained in:
parent
42a2efb059
commit
17a71d7178
1 changed files with 10 additions and 0 deletions
10
.github/workflows/main.yml
vendored
Normal file
10
.github/workflows/main.yml
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
norminette_job:
|
||||
runs-on: ubuntu-latest
|
||||
name: norminette
|
||||
steps:
|
||||
- uses: alexandregv/norminette-action@v3
|
||||
with:
|
||||
flags: '.'
|
||||
Loading…
Add table
Add a link
Reference in a new issue