Skip to content

Bump faraday from 2.14.2 to 2.14.3 #33

Bump faraday from 2.14.2 to 2.14.3

Bump faraday from 2.14.2 to 2.14.3 #33

Workflow file for this run

name: Lint
on:
pull_request:
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version-file: .node-version
- run: npm ci
- name: Prettier
run: npm run lint-prettier
- name: Stylelint
run: npm run lint-stylelint