Skip to content

Bump probot from 12.3.0 to 12.3.1 (#843) #1493

Bump probot from 12.3.0 to 12.3.1 (#843)

Bump probot from 12.3.0 to 12.3.1 (#843) #1493

Workflow file for this run

name: Run build and test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
- run: npm test --coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1