Skip to content

Merge pull request #10 from bertdeblock/include-gjs-and-js-files #44

Merge pull request #10 from bertdeblock/include-gjs-and-js-files

Merge pull request #10 from bertdeblock/include-gjs-and-js-files #44

Workflow file for this run

name: CI
on:
pull_request: {}
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: wyvox/action-setup-pnpm@v3
- run: pnpm lint
test:
needs: [lint]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: wyvox/action-setup-pnpm@v3
- run: pnpm test:coverage