Skip to content

Commit

Permalink
Add Codacy Analysis CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
Robyt3 committed Sep 9, 2023
1 parent f3eaa10 commit f9dfd16
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/codacy-analysis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Codacy Analysis CLI

on:
push:
branches-ignore:
- gh-readonly-queue/**
- master
pull_request:
merge_group:

jobs:
codacy-analysis-cli:
name: Codacy Analysis CLI
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: true

- name: Run Codacy Analysis CLI
uses: codacy/codacy-analysis-cli-action@master

0 comments on commit f9dfd16

Please sign in to comment.