Skip to content

feat: update Probot from v11.4.1 to v13.4.5 #665

feat: update Probot from v11.4.1 to v13.4.5

feat: update Probot from v11.4.1 to v13.4.5 #665

Workflow file for this run

name: 'Test'
on: push
jobs:
build-and-test:
runs-on: ubuntu-latest
name: test
steps:
- uses: actions/checkout@v4
- name: setup node
uses: actions/setup-node@v4
with:
node-version-file: ./.node-version
- name: install
run: npm install
- name: build
run: npm run build
- name: test
run: npm test
- name: lint
run: npm run lint