Skip to content

11 Things I Hate About U #301

11 Things I Hate About U

11 Things I Hate About U #301

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source
# code across multiple Node.js versions, and lint the project.
name: Build & Lint
on: push
env:
node-version: "22"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ env.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ env.node-version }}
- run: corepack enable
- run: yarn install --immutable
- run: yarn workspace greenbox-script test