Skip to content

Commit

Permalink
Merge branch 'main' of github.com:nilenso/tarun-onboarding
Browse files Browse the repository at this point in the history
  • Loading branch information
tarun-nil committed Nov 7, 2023
2 parents e339c03 + a482bb1 commit 1b381b5
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/clojure.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Clojure CI

on:
push:
paths:
- swift-ticketing/**
branches: [ "main" ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: lein deps
working-directory: swift-ticketing
- name: Run tests
run: lein test
working-directory: swift-ticketing

0 comments on commit 1b381b5

Please sign in to comment.