Skip to content

chore(main): release project-clock 0.1.0 #1

chore(main): release project-clock 0.1.0

chore(main): release project-clock 0.1.0 #1

# runs tests everytime a pull request is opened or updated
on:
pull_request:
branches: [main]
types: [opened, synchronize]
name: Test code in pull request
jobs:
test:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm ci
- run: npm run build
- run: npm run test