Skip to content

GitHub Actions

GitHub Actions #1

Workflow file for this run

name: CPE Dictionary Test
on: [push, pull_request]

Check failure on line 3 in .github/workflows/csaf_2.0_cpe.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/csaf_2.0_cpe.yml

Invalid workflow file

You have an error in your yaml syntax on line 3
paths:
- 'csaf_2.0/*'
jobs:
cpe-test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '20'
- name: Perform CPE Dictionary Test
run: ./csaf_2.0/test/cpe/run_tests.sh