Skip to content

lint: fix linting

lint: fix linting #186

Workflow file for this run

name: Release
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '18'
- run: yarn
- run: yarn test
- run: yarn pack
- run: yarn end-to-end-test
- name: Release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release