Skip to content

ci: add github actions for every pull request #1

ci: add github actions for every pull request

ci: add github actions for every pull request #1

Workflow file for this run

name: ci-node-workflow
on: [pull_request]
jobs:
check-application:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.0
- run: npm run test
- run: npm run start