mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-18 06:54:01 +02:00
Periodic Rescans Added (New Feature)
This commit is contained in:
20
.github/workflows/build.yml
vendored
20
.github/workflows/build.yml
vendored
@@ -35,28 +35,10 @@ jobs:
|
||||
echo "valid_branch_name=true" >> $GITHUB_OUTPUT
|
||||
fi
|
||||
|
||||
lint:
|
||||
unit-tests:
|
||||
needs: validate-branch-name
|
||||
if: needs.validate-branch-name.outputs.valid_branch_name == 'true'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10.13'
|
||||
- name: Install linting dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install pylint
|
||||
- name: Run lint checks
|
||||
run: |
|
||||
echo "here we'll lint"
|
||||
# pylint my_project
|
||||
|
||||
unit-tests:
|
||||
needs: lint
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Python
|
||||
|
||||
Reference in New Issue
Block a user