Skip to content

remove cToken workaround #124

remove cToken workaround

remove cToken workaround #124

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request: ~
jobs:
run-linting:
name: Run Linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "16.x"
- run: yarn install
- run: yarn lint