mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-24 01:48:18 +03:00
16 lines
288 B
YAML
16 lines
288 B
YAML
name: Continuous integration
|
|
|
|
on:
|
|
pull_request: null
|
|
push:
|
|
branches:
|
|
- main
|
|
- develop
|
|
|
|
jobs:
|
|
ci:
|
|
uses: shlinkio/github-actions/.github/workflows/web-app-ci.yml@main
|
|
with:
|
|
node-version: 16.15
|
|
with-mutation-tests: true
|
|
publish-coverage: true
|