Skip to content

Commit

Permalink
Add style action
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Jun 24, 2024
1 parent 9874968 commit 4586511
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/Style.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Build

on:
push:
branches: ['*']
pull_request:
branches: ['*']
workflow_dispatch:

jobs:
Prettier:
runs-on: ubuntu-latest
name: Code Style Check

steps:
- uses: actions/checkout@v4

- name: Prettier dry run
uses: creyD/[email protected]
with:
dry: True

0 comments on commit 4586511

Please sign in to comment.