Skip to content

Revert "It should say "deprecate" not "deprecated"" #835

Revert "It should say "deprecate" not "deprecated""

Revert "It should say "deprecate" not "deprecated"" #835

Workflow file for this run

name: Compile and Test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: volta-cli/action@v3
- run: yarn install --frozen-lockfile # optional, --immutable
- run: yarn tsc
- run: docker-compose up &
- run: yarn test
env:
GITHUB_TOKEN: ${{ secrets.FRONTSIDEJACK_GITHUB_TOKEN }}