Skip to content

build(deps-dev): bump @types/node from 20.4.4 to 20.4.5 (#211) #646

build(deps-dev): bump @types/node from 20.4.4 to 20.4.5 (#211)

build(deps-dev): bump @types/node from 20.4.4 to 20.4.5 (#211) #646

Workflow file for this run

name: Build-Test
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
npm ci
npm run all
test:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: ./
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
add_markdown: |
---
# Things!
## Excitement!
[Links!](https://google.ca)
`Code!`
- uses: ./
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
limit_to_pr_opened: true
add_markdown: |
---
# Things!
## Excitement!
[Links!](https://google.ca)
`Code!`