Skip to content

new_entry_point

new_entry_point #74

Workflow file for this run

name: Tests
on: [push]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v2
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: npm ci
- run: npm test
- run: npm run pack
- name: Check that all the files are synced with the repo
run: .github/workflows/check-status.sh