Skip to content

Bumped to 1.5.0

Bumped to 1.5.0 #4

Workflow file for this run

name: Lint
on:
push:
branches:
- develop
- release/*
pull_request:
jobs:
ktlint:
name: ktlint
runs-on: ubuntu-latest
steps:
- name: Checkout the repo
uses: actions/checkout@v4
- name: Run lint script
run: ./scripts/lint.sh