Skip to content

Commit

Permalink
feat: Updated .github/workflows/main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] committed Dec 30, 2023
1 parent 25b272c commit 5b712a2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,18 @@ jobs:
- name: Lint
run: make lint

- name: Lock Threads
uses: dessant/lock-threads@v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Test
run: make test

deploy:
name: Deploy
needs: [build]
runs-on: ubuntu-latest
steps:
- name: Deploy Application
run: make deploy

0 comments on commit 5b712a2

Please sign in to comment.