Skip to content

chore(deps): update dependency eslint-plugin-github to v5 #4274

chore(deps): update dependency eslint-plugin-github to v5

chore(deps): update dependency eslint-plugin-github to v5 #4274

Workflow file for this run

name: "test"
on:
pull_request:
types: ['opened', 'edited', 'reopened', 'synchronize']
jobs:
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: |
yarn
yarn build:pack
- uses: ./