Skip to content

Remove revoked sentry-cli token #1188

Remove revoked sentry-cli token

Remove revoked sentry-cli token #1188

Workflow file for this run

name: Lint
on: [pull_request, push]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
- run: yarn install --frozen-lockfile
- run: yarn lint