Skip to content

build(deps): bump bootstrap from 5.3.0 to 5.3.1 #129

build(deps): bump bootstrap from 5.3.0 to 5.3.1

build(deps): bump bootstrap from 5.3.0 to 5.3.1 #129

Workflow file for this run

name: ESLint
on:
pull_request
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: npm ci
- name: Run ESLint
run: npm run check