Skip to content

Commit

Permalink
Add formatting check CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzmbrzl committed Aug 4, 2024
1 parent acd33ba commit 670f82e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Continuous Integration

# This action works with pull requests and pushes
on:
pull_request:
push:
branches:
- master

jobs:
prettier:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Check code style
uses: creyD/[email protected]
with:
dry: true
working_directory: hugo/
prettier_options: --check

0 comments on commit 670f82e

Please sign in to comment.