Skip to content

Commit

Permalink
[SEM-526] Remove UltiLint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic98 committed Feb 10, 2025
1 parent 7689232 commit 5caaef8
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions .github/workflows/build_on_push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,30 +53,6 @@ jobs:
uses: Ultimaker/python-quality-control/.github/workflows/pytest.yml@master
secrets: inherit

UltiLint:
name: 'Test: Ulti Lint'
needs: Prepare
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
token: ${{ secrets.ULTIMAKER_CI_PAT }}
submodules: recursive
path: repo_under_test

- name: Fetch Companion Repositories
uses: Ultimaker/python-quality-control/.github/actions/fetch_companion_repos@master
with:
token: ${{ secrets.ULTIMAKER_CI_PAT }}
default-branch: ${{ inputs.default-branch }}

- name: Ulti Lint
run: |
cd repo_under_test
source ./docker_env/make_docker.sh ""
run_in_docker "./ci_specific/run_ultilint.sh"
Build:
name: 'Build'
needs: Prepare
Expand All @@ -87,7 +63,7 @@ jobs:

Release_Package:
name: 'Release'
needs: [Prepare, Shellcheck, Build, Flake8, MyPy, PyCodeStyle, Vulture, PyTest, UltiLint]
needs: [Prepare, Shellcheck, Build, Flake8, MyPy, PyCodeStyle, Vulture, PyTest]
if: ${{ (success() && needs.Prepare.outputs.RELEASE_REPO != 'none') ||
(failure() && needs.Build.result == 'success' && needs.Prepare.outputs.RELEASE_REPO == 'packages-dev') }}
uses: Ultimaker/embedded-workflows/.github/workflows/release_pkg.yml@main
Expand Down

0 comments on commit 5caaef8

Please # to comment.