Skip to content

Commit

Permalink
style(core): fixed confs [patch candidate]
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanVilla424 committed Oct 24, 2024
1 parent 1e2dd8d commit 7af0f1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,12 @@ jobs:
run: |
source venv/bin/activate
black --check scripts/
continue-on-error: true
- name: Lint with Pylint
run: |
source venv/bin/activate
pylint $(git ls-files '*.py')
continue-on-error: true
- name: Run tests
run: |
source venv/bin/activate
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 🧰 Scripts Repository
# 🗄️ Scripts Repository

This repository contains a collection of base Python scripts that are invoked by the CI/CD processes of other repositories, especially the template repository. These scripts are used for formatting, checking files, version control, and updating the year in file headers or documentation.

Expand Down

0 comments on commit 7af0f1e

Please sign in to comment.