Skip to content

bumper js-utils så vi får den nye logoen til biblioteksentralen #75

bumper js-utils så vi får den nye logoen til biblioteksentralen

bumper js-utils så vi får den nye logoen til biblioteksentralen #75

Workflow file for this run

name: Run tests
on:
push:
branches:
- "*"
jobs:
typecheck_and_unit_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: biblioteksentralen/github-actions/node-setup@main
- run: npm run test-ci