mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 20:08:36 +09:00
24 lines
515 B
YAML
24 lines
515 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: 16
|
|
secrets:
|
|
ENVS: |
|
|
CI_TEST=True
|
|
ES_JAVA_OPTS: '-Xms4g -Xmx4g'
|
|
PERSONAL_ACCESS_TOKEN=${{ secrets.GITHUB_TOKEN }}
|