mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 06:34:17 +00:00
github workflows: split lint and mirror tasks into separate tasks
This commit is contained in:
parent
7494f5c677
commit
e330e33f83
1 changed files with 9 additions and 2 deletions
11
.github/workflows/mirroring.yml
vendored
11
.github/workflows/mirroring.yml
vendored
|
@ -6,16 +6,23 @@ on:
|
|||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
lint-and-mirror:
|
||||
linter:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: PHP Lint
|
||||
uses: michaelw90/PHP-Lint@2.1.0
|
||||
|
||||
mirror:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Mirror to VOC gitolite
|
||||
uses: pixta-dev/repository-mirroring-action@v1.1.1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue