Skip to content

Set up CAS for user login #15

Set up CAS for user login

Set up CAS for user login #15

Workflow file for this run

name: Lint
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
check:
name: "Check code formatting"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Download ktlint
run: |
curl -sSLO https://github.com/pinterest/ktlint/releases/download/1.3.1/ktlint && chmod a+x ktlint && sudo mv ktlint /usr/local/bin/
- name: Run ktlint to check formatting errors
run: ktlint