Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gautegf authored Sep 17, 2025
1 parent 5677a30 commit 66add34
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
stages:
- lint

prettier:
stage: lint
image: node:20
script:
- npm ci
- npx prettier --check .

0 comments on commit 66add34

Please sign in to comment.