Skip to content

Update workflows and super-linter #135

Update workflows and super-linter

Update workflows and super-linter #135

Workflow file for this run

---
name: PR Checks
on:
pull_request:
branches: [master]
jobs:
test_all_apps:
name: Test all Apps
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node: [18]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup node env
uses: actions/[email protected]
with:
node-version: ${{ matrix.node }}
- name: Run App Tests
run: node testRunner.js