Skip to content

Commit

Permalink
prettier ci
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-stone authored Dec 7, 2024
1 parent 6ed9a1a commit 22ff5fa
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Continuous Integration

on:
pull_request:
push:
branches:
- main

jobs:
prettier:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}

- name: Prettify code
uses: creyD/[email protected]
with:
prettier_options: --write **/*.{js,md}

0 comments on commit 22ff5fa

Please sign in to comment.