Skip to content
This repository has been archived by the owner on Feb 14, 2025. It is now read-only.

Merge pull request #41 from publicodes/fix-special-case-migration #244

Merge pull request #41 from publicodes/fix-special-case-migration

Merge pull request #41 from publicodes/fix-special-case-migration #244

Workflow file for this run

name: Build, test and check format
on: push
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: yarn
- run: yarn install --immutable
- name: Build package
run: yarn build
- name: Test the package
run: yarn test
- name: Check file formatting
run: yarn format:check