Skip to content

feature/response received event #28

feature/response received event

feature/response received event #28

Workflow file for this run

name: Pull Request CI
on:
pull_request:
types:
- labeled
- unlabeled
- opened
- reopened
- synchronize
jobs:
pull_request_ci:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions/setup-node@v3
with:
node-version: 24
cache: "npm"
registry-url: "https://npm.pkg.github.com"
scope: "@svta"
- name: Install
run: npm ci
- name: Test
run: npm test
- name: Change Log
uses: dangoslen/changelog-enforcer@v3