Skip to content

Commit

Permalink
Update norminette.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
eglerean authored Sep 12, 2024
1 parent ddd1dee commit 62082c1
Showing 1 changed file with 11 additions and 18 deletions.
29 changes: 11 additions & 18 deletions .github/workflows/norminette.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
name: '42 Norminette'
description: 'Check 42 Norm with norminette linter'
author: 'Reach <[email protected]>'
branding:
icon: 'activity'
color: 'gray-dark'
# .github/workflows/main.yml
on: [push, pull_request]

inputs:
flags:
description: 'Flags passed to norminette'
required: true
default: '.'
runs:
using: 'docker'
image: 'docker://alexandregv/norminette:v3.3.53'
entrypoint: /bin/bash
args:
- -c
- norminette ${{ inputs.flags }}
jobs:
norminette_job:
runs-on: ubuntu-latest
name: norminette
steps:
- uses: actions/checkout@v2
- uses: alexandregv/norminette-action@v3
with:
flags: '.'

0 comments on commit 62082c1

Please sign in to comment.