Skip to content

Update scalafmt-core to 3.7.6 (#65) #87

Update scalafmt-core to 3.7.6 (#65)

Update scalafmt-core to 3.7.6 (#65) #87

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"