Skip to content

fix: update log line with flag keys #174

fix: update log line with flag keys

fix: update log line with flag keys #174

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
jobs:
build:

Check failure on line 10 in .github/workflows/lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/lint.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Java 8
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '8'
- name: Lint
run: ./gradlew ktlintCheck