mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 11:58:37 +09:00
22 lines
424 B
YAML
22 lines
424 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: nikhilbadyal/ghactions/.github/workflows/python-linter.yml@main
|
|
with:
|
|
PYTHON_VERSION: '3.10'
|
|
build-apk-pr-check:
|
|
uses: ./.github/workflows/build-artifact.yml
|
|
with:
|
|
FILES_TO_EXPECT: 2
|
|
secrets:
|
|
ENVS: |
|
|
PATCH_APPS=youtube
|