Skip to content

Update all dependencies #278

Update all dependencies

Update all dependencies #278

Workflow file for this run

name: Lint check
on:
pull_request:
branches: [main, development]
jobs:
build:
name: Run ktlint
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: ktlint
uses: github/super-linter/slim@v6
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_KOTLIN: true
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}