Skip to content

add script: install-gcloud-cli.sh #104

add script: install-gcloud-cli.sh

add script: install-gcloud-cli.sh #104

Workflow file for this run

name: lint - clj
on: [push]
jobs:
self-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DeLaGuardo/clojure-lint-action@master
with:
clj-kondo-args: --lint .
github_token: ${{ secrets.GITHUB_TOKEN }}