Skip to content

Commit

Permalink
Daredevil
Browse files Browse the repository at this point in the history
  • Loading branch information
Dheeraj1302 committed Oct 26, 2023
1 parent a7d8179 commit 0c370d2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/workflows/codacy-analysis.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Codacy Analysis CLI

on: ["push"]

jobs:
codacy-analysis-cli:
name: Codacy Analysis CLI
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@main

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

4 changes: 3 additions & 1 deletion util.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
@author: mehedi.md.hasan
import, var_files,pip_install_upper_constraints_proto
Happy Halloween!
"""
import os, re, configparser, ast, tokenize, csv, time, pandas, yaml
from os import path
Expand Down Expand Up @@ -183,4 +185,4 @@ def tox_commands_detector(configs):
print(f'\nsection name: {config}')
for key in configs[config]:
if key == 'commands':
print(configs[config][key])
print(configs[config][key])

0 comments on commit 0c370d2

Please sign in to comment.