Skip to content

Bump eslint from 8.46.0 to 8.48.0 in /frontend #35

Bump eslint from 8.46.0 to 8.48.0 in /frontend

Bump eslint from 8.46.0 to 8.48.0 in /frontend #35

Workflow file for this run

on:
pull_request:
paths:
- frontend/**
name: Lint
jobs:
# knip:
# name: Knip
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v3
# - name: Set up Node
# uses: actions/setup-node@v3
# - run: npm ci
# - run: npm run knip:production
prettier:
name: Prettier
runs-on: ubuntu-latest
defaults:
run:
working-directory: frontend
steps:
- name: Checkout
uses: actions/checkout@v3
- run: npm ci
- run: npm run prettier:check