CoolFace
Apppublic

strong-tie/inbound-calls

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
ci.yml25 linesDownload Raw Back to workflows
1name: CI2 3on:4  push:5    branches:6     - main7     - master8     - next9     - 'v*'10    paths-ignore:11      - 'docs/**'12      - '*.md'13  pull_request:14    paths-ignore:15      - 'docs/**'16      - '*.md'17 18jobs:19  test:20    uses: fastify/workflows/.github/workflows/plugins-ci.yml@v521    with:22      license-check: true23      lint: true24      node-versions: '["18", "20", "22"]'25