Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
GarethCabournDavies committed Jan 10, 2025
1 parent f47889a commit 571f8aa
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Code Climate Analysis
on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
codeclimate:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Run Code Climate
uses: codeclimate/test-reporter@v1.6.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
config-file: .codeclimate.yml

0 comments on commit 571f8aa

Please sign in to comment.