Skip to content

Node/Yarn/Bulma.io update #364

Node/Yarn/Bulma.io update

Node/Yarn/Bulma.io update #364

Workflow file for this run

name: ESLint & Prettier check
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
- run: corepack enable
- run: yarn install
- run: yarn run check