Skip to content

Bump imjohnbo/issue-bot from 3bee265982b87e730cf6c8dab7f86b68c92f8ef1 to 3566ae270daa53ec66142d08f571fd7c059cc324 in the all-actions group #161

Bump imjohnbo/issue-bot from 3bee265982b87e730cf6c8dab7f86b68c92f8ef1 to 3566ae270daa53ec66142d08f571fd7c059cc324 in the all-actions group

Bump imjohnbo/issue-bot from 3bee265982b87e730cf6c8dab7f86b68c92f8ef1 to 3566ae270daa53ec66142d08f571fd7c059cc324 in the all-actions group #161

Workflow file for this run

name: Test and build
on:
push:
branches: [master]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: yarn install
- run: yarn build