Skip to content

Merge pull request #110 from lifeiscontent/chore/fix-ci #45

Merge pull request #110 from lifeiscontent/chore/fix-ci

Merge pull request #110 from lifeiscontent/chore/fix-ci #45

Workflow file for this run

name: Continuous Integration
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
- run: npm ci
- run: npm run build
- run: npm run lint