Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Create tech stack docs (techstack.yml and techstack.md) (#24) #183

Create tech stack docs (techstack.yml and techstack.md) (#24)

Create tech stack docs (techstack.yml and techstack.md) (#24) #183

Workflow file for this run

name: Tests
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 20
cache: npm
- run: npm ci
- run: npm run lint:check
- run: npm run format:check
- run: npm run test