Skip to content

Commit

Permalink
Add Norminette linter workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Haliris committed Jun 17, 2024
1 parent 8f88d13 commit 0cbc87e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: 42 Norminette

on: [push, pull_request]

jobs:
norminette_job:
runs-on: ubuntu-latest
name: norminette
steps:
- uses: actions/checkout@v2
- uses: alexandregv/[email protected]
with:
flags: '.'

0 comments on commit 0cbc87e

Please sign in to comment.