mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
.github/workflows: update actions
* bump actions * fix indentation and other issues detected by yamllint Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
20
.github/workflows/duplicates.yml
vendored
20
.github/workflows/duplicates.yml
vendored
@@ -1,19 +1,21 @@
|
||||
---
|
||||
|
||||
name: duplicates
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ dev ]
|
||||
branches: [dev]
|
||||
pull_request:
|
||||
branches: [ dev ]
|
||||
branches: [dev]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup master gentoo repository
|
||||
run: |
|
||||
./scripts/setup-master-gentoo.sh
|
||||
- name: Check for duplicates
|
||||
run: |
|
||||
./scripts/check-duplicates.sh
|
||||
- uses: actions/checkout@v3
|
||||
- name: Setup master gentoo repository
|
||||
run: |
|
||||
./scripts/setup-master-gentoo.sh
|
||||
- name: Check for duplicates
|
||||
run: |
|
||||
./scripts/check-duplicates.sh
|
||||
|
||||
Reference in New Issue
Block a user