ci(norminette): adding the norminette action to my repository
- Thanks to @Reach for this action
This commit is contained in:
parent
75a218c47f
commit
6cc7e2d8b4
1 changed files with 10 additions and 0 deletions
10
.github/workflows/norminette.yml
vendored
Normal file
10
.github/workflows/norminette.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