Skip to content

Bump rollup from 4.18.1 to 4.22.4 (#113) #23

Bump rollup from 4.18.1 to 4.22.4 (#113)

Bump rollup from 4.18.1 to 4.22.4 (#113) #23

Workflow file for this run

name: Linting client code
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 18
# ESLint and Prettier must be in `package.json`
- name: Install Node.js dependencies
run: npm ci
- name: Run linters
run: npm run lint