Skip to content

Commit

Permalink
require lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Nov 12, 2024
1 parent db1d6ba commit 1cf1411
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-deploy-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
deploy:
name: Deploy to AWS Lambda
needs: tests
needs: [ 'tests', 'lint' ]
if: github.ref_name == 'main' || github.ref_name == 'develop'
runs-on: ubuntu-latest
strategy:
Expand All @@ -71,7 +71,7 @@ jobs:

build-and-publish:
name: Build and Publish
needs: tests
needs: [ 'tests', 'lint' ]
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down

0 comments on commit 1cf1411

Please sign in to comment.