Skip to content

Switch codemention workflow to use pull_request_target #66

Switch codemention workflow to use pull_request_target

Switch codemention workflow to use pull_request_target #66

Workflow file for this run

name: 'build-test'
on:
pull_request:
push:
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm install
- run: |
npm run all