Skip to content

Merge pull request #42 from aspenkit/fix/csharp-source-exts #84

Merge pull request #42 from aspenkit/fix/csharp-source-exts

Merge pull request #42 from aspenkit/fix/csharp-source-exts #84

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
push:
branches: [main]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20, 22]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm ci
- run: npm test
- run: node bin/cli.js --help
- run: npm audit --omit=dev