Skip to content

chore: Update schnaq images and URLs #49

chore: Update schnaq images and URLs

chore: Update schnaq images and URLs #49

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DeLaGuardo/clojure-lint-action@master
continue-on-error: true
with:
clj-kondo-args: --lint src
github_token: ${{ secrets.GITHUB_TOKEN }}