Skip to content

Bump actions/upload-pages-artifact from 1 to 2 #129

Bump actions/upload-pages-artifact from 1 to 2

Bump actions/upload-pages-artifact from 1 to 2 #129

Workflow file for this run

name: Lint Check Format
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install npm and dependencies
run: |
npm ci
- name: Run lint
run: |
npm run lint:format