Skip to content

fix couple of issue with gov us #152

fix couple of issue with gov us

fix couple of issue with gov us #152

Workflow file for this run

name: Main workflow
on: [push]
jobs:
run:
name: Run
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest]
steps:
- uses: actions/checkout@master
- name: Set Node.js 18.x
uses: actions/setup-node@master
with:
node-version: 18.x
- name: npm install
run: npm install
- name: npm test
run: npm test