Skip to content

chore: branch after merge #8

chore: branch after merge

chore: branch after merge #8

Workflow file for this run

name: build
on:
workflow_dispatch:
merge_group:
pull_request:
types: [ opened, synchronize, edited ]
workflow_call:
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '16.x'
- name: run hello world
run: echo "hello world"
call_wf:
uses: ./.github/workflows/workflow2.yaml