mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-12-23 18:50:08 +00:00
17 lines
286 B
YAML
17 lines
286 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: 22.x
|
|
publish-coverage: true
|
|
install-playwright: true
|