Skip to content

Merge pull request #12 from splch/fix/postreceive-wrapper-keys #34

Merge pull request #12 from splch/fix/postreceive-wrapper-keys

Merge pull request #12 from splch/fix/postreceive-wrapper-keys #34

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Use Node.js
uses: actions/setup-node@v6
with:
node-version: '24'
- name: Install dependencies
run: 'npm ci'
- name: Run lint
run: 'npm run lint'
- name: Run build
run: 'npm run build'