Skip to content

chore: add jira issue creator action #73

chore: add jira issue creator action

chore: add jira issue creator action #73

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Java 17
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '11'
cache: gradle
- name: Lint
run: ./gradlew ktlintCheck