mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-24 19:38:36 +09:00
18 lines
317 B
YAML
18 lines
317 B
YAML
name: PR Checks
|
|
env:
|
|
DOCKER_BUILDKIT: 1
|
|
COMPOSE_DOCKER_CLI_BUILD: 1
|
|
on:
|
|
pull_request:
|
|
paths-ignore:
|
|
- '*.md'
|
|
|
|
jobs:
|
|
linter-pr-check:
|
|
uses: ./.github/workflows/linter.yml
|
|
build-apk-pr-check:
|
|
uses: ./.github/workflows/build-artifact.yml
|
|
secrets:
|
|
ENVS: |
|
|
PATCH_APPS=youtube
|