Skip to content

Bump JamesIves/github-pages-deploy-action from 4.6.3 to 4.6.8 #737

Bump JamesIves/github-pages-deploy-action from 4.6.3 to 4.6.8

Bump JamesIves/github-pages-deploy-action from 4.6.3 to 4.6.8 #737

Workflow file for this run

name: build-test
on:
push:
branches: ["master"]
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: "18"
- name: Install dependencies
run: yarn --immutable
- name: Run checks
run: yarn lint
- name: Run tests
run: yarn test