Skip to content

build(deps-dev): bump bootstrap from 4.5.0 to 5.0.0 #75

build(deps-dev): bump bootstrap from 4.5.0 to 5.0.0

build(deps-dev): bump bootstrap from 4.5.0 to 5.0.0 #75

Workflow file for this run

name: Verify
on:
pull_request:
branches:
- main
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['16']
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: npm install
- name: Run linters
run: npm run lint