Skip to content

Merge branch 'main' of https://github.com/CtrI-Alt-Del/stocker #512

Merge branch 'main' of https://github.com/CtrI-Alt-Del/stocker

Merge branch 'main' of https://github.com/CtrI-Alt-Del/stocker #512

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
continuous-integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: '20'
- name: Install dependencies
run: npm install
- name: Run tests
run: npm run test