Skip to content

Commit

Permalink
Added dependency checking
Browse files Browse the repository at this point in the history
  • Loading branch information
kiranshila committed Aug 28, 2021
1 parent fa027e3 commit c501fb3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/updates.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Clojure Dependency Checking

on: [push]

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout Latest Commit
uses: actions/checkout@v1

- name: Check deps
uses: nnichols/clojure-dependency-update-action@v3
with:
github-token: ${{ secrets.github_token }}

0 comments on commit c501fb3

Please sign in to comment.