Skip to content

Update sbt to 1.9.3 (#71) #99

Update sbt to 1.9.3 (#71)

Update sbt to 1.9.3 (#71) #99

Workflow file for this run

name: Check Lint
on:
pull_request:
push:
branches:
- main
jobs:
check-lint:
runs-on: ubuntu-20.04
steps:
- name: Install clang-format
run: |
sudo apt update
sudo apt install clang-format-10
- uses: actions/checkout@v3
- run: ./scripts/check-lint.sh
env:
CLANG_FORMAT_PATH: "/usr/bin/clang-format-10"