Files
docker-py-revanced/.github/workflows/pr-checks.yml
T
Nikhil Badyal 822654d802 👷 Version Bump
2022-10-13 22:43:14 +05:30

18 lines
292 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: ""