Skip to content

fix: publish script cannot authenticate (#4) #21

fix: publish script cannot authenticate (#4)

fix: publish script cannot authenticate (#4) #21

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node
uses: ./.github/actions/setup-node
- name: Check formatting
run: npm run lint