Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
dogle-scottlogic committed Nov 27, 2024
1 parent 9e2ae11 commit bf969b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
1 change: 0 additions & 1 deletion .github/workflows/check-a11y-of-changed-content.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Check accessibility of changed content

on:
pull_request:
types: [opened, synchronize, reopened]

permissions:
contents: read
Expand Down
13 changes: 2 additions & 11 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Lint Posts

on:
push:
branches:
- '**' # Runs on pushes to all branches
pull_request:
branches:
- 'gh-pages' # Runs when a PR targets the gh-pages branch
Expand All @@ -19,11 +16,5 @@ jobs:
with:
node-version: 20.x
cache: npm
- name: Run install
uses: borales/[email protected]
with:
cmd: install
- name: Run lint
uses: borales/[email protected]
with:
cmd: lint
- run: npm ci
- run: npm run lint

0 comments on commit bf969b3

Please sign in to comment.