Skip to content

feat: assign _SASPROGRAMFILE macro-variable to path of submitted SAS notebook code (Local SAS 9.4) #1033

feat: assign _SASPROGRAMFILE macro-variable to path of submitted SAS notebook code (Local SAS 9.4)

feat: assign _SASPROGRAMFILE macro-variable to path of submitted SAS notebook code (Local SAS 9.4) #1033

Workflow file for this run

# This workflow perform basic checks for a pull request
name: Pull Request Check
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
cache: "npm"
- run: npm ci
- run: npm run format:check
- run: npm run copyright:check
- run: xvfb-run -a npm run test
if: runner.os == 'Linux'
- run: npx @vscode/vsce package