Skip to content

Commit

Permalink
remove prettier, focus on Netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Rumsey committed Oct 2, 2024
1 parent b106ddd commit 836d96a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .github/workflows/lint-gate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: ESLint Gate

on:
pull_request:
push:
branches:
- main

jobs:
prettier:
runs-on: ubuntu-latest

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

- name: Linting
run: |
npm run lint
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- main
- prettylint

jobs:
prettier:
Expand Down

0 comments on commit 836d96a

Please sign in to comment.