Skip to content

Bump the all group with 5 updates #31

Bump the all group with 5 updates

Bump the all group with 5 updates #31

Workflow file for this run

name: PR build
on: pull_request
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.13.0
- name: Install dependencies
run: npm ci
- name: ESLint
run: npm run lint
- name: Prettier
run: npm run prettier