Skip to content

Main - check API errors when updating tasks and ask to retry... #1216

Main - check API errors when updating tasks and ask to retry...

Main - check API errors when updating tasks and ask to retry... #1216

Workflow file for this run

name: Check Toolkit package
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [ 'javascript' ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
cache: 'yarn'
- run: cd packages/toolkit && yarn install
- run: cd packages/toolkit && yarn lint
- run: cd packages/toolkit && yarn run build