Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
classiqdor committed Dec 5, 2024
1 parent e5de799 commit aca1147
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/some_sub_folder/Lint2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Lint2

on: [pull_request]

permissions:
contents: read

env:
FORCE_COLOR: 1
RUFF_OUTPUT_FORMAT: github

jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 5

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- uses: pre-commit/action@v3.0.1
if: false

0 comments on commit aca1147

Please sign in to comment.