Skip to content

chore(types): improve event type #82

chore(types): improve event type

chore(types): improve event type #82

Workflow file for this run

name: "Main workflow"
on:
pull_request:
jobs:
main:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v1
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 16.x
- run: yarn install
- run: yarn lint-test
# - uses: andresz1/size-limit-action@v1.3.0
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# skip_step: build