Skip to content

[COMPLIANCE] Add Copyright and License Headers #65

[COMPLIANCE] Add Copyright and License Headers

[COMPLIANCE] Add Copyright and License Headers #65

Workflow file for this run

name: CI
on:
push:
jobs:
test:
runs-on: [ubuntu-latest]
steps:
- name: Checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 20
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Test
run: npm test ./bob.test.js