Skip to content

build(deps-dev): bump eslint-plugin-tailwindcss from 3.13.0 to 3.17.4… #528

build(deps-dev): bump eslint-plugin-tailwindcss from 3.13.0 to 3.17.4…

build(deps-dev): bump eslint-plugin-tailwindcss from 3.13.0 to 3.17.4… #528

Workflow file for this run

name: Link, format, and unit tests
on:
push:
pull_request:
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run prettier -check
run: |
npm ci
npm run format
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run eslint
run: |
npm ci
npm run lint