8000 chore: Add license to build.edn · liquidz/merr@90c8adf · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dependencies

dependencies #1074

Workflow file for this run

name: dependencies
on:
push:
schedule:
- cron: '0 21 * * *'
jobs:
antq:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: liquidz/antq-action@main
with:
excludes: 'lambdaisland/kaocha'
0