Skip to content

gradleのバージョンを8.10にアップデート #1

gradleのバージョンを8.10にアップデート

gradleのバージョンを8.10にアップデート #1

name: Pull Request Check
on: [pull_request]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
ktlint:
uses: ./.github/workflows/pullRequestCheck/ktlint.yaml

Check failure on line 10 in .github/workflows/pullRequestCheck.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/pullRequestCheck.yaml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
android-lint:
uses: ./.github/workflows/pullRequestCheck/androidLint.yaml
kover:
uses: ./.github/workflows/pullRequestCheck/kover.yaml
with:
pull_request_number: ${{ github.event.number }}