Skip to content

ACM-20347-difficult-to-edit-yaml #267

ACM-20347-difficult-to-edit-yaml

ACM-20347-difficult-to-edit-yaml #267

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- main
jobs:
pull-request:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
cache: 'npm'
- run: npm ci
- run: npm test