File: ci-module.yml

package info (click to toggle)
node-code 9.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 220 kB
  • sloc: javascript: 2,202; makefile: 5
file content (14 lines) | stat: -rw-r--r-- 204 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: ci

on:
  push:
    branches:
      - master
  pull_request:
  workflow_dispatch:

jobs:
  test:
    uses: hapijs/.github/.github/workflows/ci-module.yml@master
    with:
      min-node-version: 14