Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Revert "Bump prettier from 2.8.8 to 3.0.2 (#5)" (#8) #22

Revert "Bump prettier from 2.8.8 to 3.0.2 (#5)" (#8)

Revert "Bump prettier from 2.8.8 to 3.0.2 (#5)" (#8) #22

Workflow file for this run

name: 'build-test'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run all
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}