Skip to content

fix: upgrade bootstrap-vue from 2.22.0 to 2.23.1 #163

fix: upgrade bootstrap-vue from 2.22.0 to 2.23.1

fix: upgrade bootstrap-vue from 2.22.0 to 2.23.1 #163

Workflow file for this run

name: Lint
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install NodeJS
uses: actions/setup-node@v3
with:
node-version: 16
- name: Perform linting
run: |
npm install
npm run prettier:check