Skip to content

Commit

Permalink
Remove CodeClimate configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623 authored Oct 2, 2023
1 parent c2042f5 commit b1a3cfc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
branches-ignore: [production]
pull_request:
branches-ignore: [production]
workflow_call:
secrets:
CC_TEST_REPORTER_ID:
required: true
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -75,6 +71,3 @@ jobs:
COOKIE_NAME: _authenticate_computer
COOKIE_SECRET: 29c22ff1e8978a2e0a0b7f9a5a2c025034f042a7cc83c055
REDIS_URL: redis://localhost:6379
- uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}

0 comments on commit b1a3cfc

Please sign in to comment.