Skip to content

fix: upgrade probot from 12.3.0 to 12.3.1 (#121) #229

fix: upgrade probot from 12.3.0 to 12.3.1 (#121)

fix: upgrade probot from 12.3.0 to 12.3.1 (#121) #229

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: npm
- run: npm ci
- run: npm test
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}