mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-08-29 02:22:00 +00:00
* Add sanity run steps to check for obvious errors when running in production * Refactor test job to be reusable
10 lines
No EOL
126 B
YAML
10 lines
No EOL
126 B
YAML
name: PR Workflow
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- 'master'
|
|
|
|
jobs:
|
|
test:
|
|
uses: ./.github/workflows/testAndSanity.yml |