Skip to content

Commit

Permalink
fix: remove lint step from push-to-main workflow (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
rishtigupta authored Oct 25, 2024
1 parent 5d1b481 commit c0a4bea
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/on-push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Commit lint and Other Shared Build Steps
uses: momentohq/standards-and-practices/github-actions/shared-build@gh-actions-v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Set cache key
id: cache-key
run: echo "key=php-${{ env.php-version }}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit c0a4bea

Please sign in to comment.