Skip to content

Merge branch 'main' of https://github.com/Kazooki123/starlopost #36

Merge branch 'main' of https://github.com/Kazooki123/starlopost

Merge branch 'main' of https://github.com/Kazooki123/starlopost #36

Workflow file for this run

name: Checking
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node.js environment
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test