Skip to content

style: format code with Autopep8, Black, ClangFormat, dotnet-format, Go fmt, Gofumpt, isort, PHP CS Fixer, Prettier, RuboCop, Rustfmt, Scalafmt, StandardJS, StandardRB and Yapf #155

style: format code with Autopep8, Black, ClangFormat, dotnet-format, Go fmt, Gofumpt, isort, PHP CS Fixer, Prettier, RuboCop, Rustfmt, Scalafmt, StandardJS, StandardRB and Yapf

style: format code with Autopep8, Black, ClangFormat, dotnet-format, Go fmt, Gofumpt, isort, PHP CS Fixer, Prettier, RuboCop, Rustfmt, Scalafmt, StandardJS, StandardRB and Yapf #155

Workflow file for this run

name: Clojure CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: lein deps
- name: Run tests
run: lein test