Skip to content

Bump JamesIves/github-pages-deploy-action from 4.6.8 to 4.6.9 #86

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

Bump JamesIves/github-pages-deploy-action from 4.6.8 to 4.6.9 #86

Workflow file for this run

name: "Lint and test"
on: [push, pull_request]
jobs:
build-and-test:
name: "Lint and test"
runs-on: ubuntu-latest
steps:
- name: "Checkout the repository"
uses: actions/checkout@v4
- name: "Set up Node ${{ matrix.node-version }}"
uses: actions/setup-node@v4
with:
node-version: 18
- name: "Install dependencies"
run: |
npm install
- name: "Lint"
run: |
npm run lint