Skip to content

chore: templates + workflow runtime #69

chore: templates + workflow runtime

chore: templates + workflow runtime #69

Workflow file for this run

name: Validate PR
on:
pull_request:
branches:
- main
jobs:
call-function:
name: Call function
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Dagger
uses: dagger/dagger-for-github@8.0.0
with:
version: 0.18.9
verb: functions
workdir: ./etc/runner
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22
- name: Install dependencies
run: yarn install
- name: Call script
working-directory: ./etc/scripts/pipelines
run: ./validate-pr.ts