Skip to content

Commit

Permalink
Just some minor improvements to Prettier GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitrrine committed Jul 5, 2024
1 parent 4cb8902 commit 2954776
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: "Prettier Check"
name: "Prettier"

on:
push:
pull_request:

jobs:
check-prettier:
name: Prettier Check
prettier-check:
name: Check code formatting
runs-on: ubuntu-latest
steps:
- name: Download repo
Expand Down

0 comments on commit 2954776

Please sign in to comment.