Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

A GitHub Action to run `lein ancient` on your Clojure project

License

Notifications You must be signed in to change notification settings

democracyworks/lein-ancient-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lein ancient GitHub Action

This Action runs lein ancient on your Clojure project.

Usage

Example:

name: lein ancient

on: [pull_request]

jobs:
  lein-ancient:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v1
    - uses: democracyworks/lein-ancient-action@v1.0

About

A GitHub Action to run `lein ancient` on your Clojure project

Resources

License

Stars

Watchers

Forks

Packages

No packages published