Skip to content

Commit

Permalink
Merge branch 'main' into renovate/codespell-project-codespell-2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
allenporter authored Oct 21, 2023
2 parents 348dc89 + cdadf97 commit 626b751
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@master
- uses: chartboost/[email protected]
- name: Run yamllint
uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: "./"
config_file: "./.yaml-lint.yaml"
strict: true
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Lint with ruff
run: |
ruff check --format=github .

0 comments on commit 626b751

Please sign in to comment.