Skip to content

Bump cookie and msw #61

Bump cookie and msw

Bump cookie and msw #61

Workflow file for this run

name: Run Jobs on PR
on: pull_request
jobs:
execute:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: npm install
- run: npm run build
- uses: ./
with:
jobs: lgtm
github-token: '${{ secrets.GITHUB_TOKEN }}'