Skip to content

chore(types): improve event type #79

chore(types): improve event type

chore(types): improve event type #79

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 12.x
uses: actions/setup-node@v1
with:
node-version: 12.x
- run: yarn install
- run: yarn lint-test
# - uses: andresz1/[email protected]
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# skip_step: build