Skip to content

Commit

Permalink
Add tests for tattoos and fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gausie committed Jun 5, 2024
1 parent df1b9ff commit 83ddcdb
Show file tree
Hide file tree
Showing 5 changed files with 1,816 additions and 13 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,20 @@

name: Build & Lint

on:
push:
branches: [main]
pull_request:
branches: [main]
on: push

env:
# Default version of Node.js for jobs
node-version: "18"
node-version: "22"

jobs:
lint:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ env.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ env.node-version }}
- run: yarn install --frozen-lockfile
- run: yarn install --immutable
- run: yarn workspace greenbox-script test
Loading

0 comments on commit 83ddcdb

Please sign in to comment.