-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔧 ci(pre-commit): autoupdated pre-commit configs and applied formatti…
…ng changes (#505) * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.4 → v0.8.0](astral-sh/ruff-pre-commit@v0.7.4...v0.8.0) - [github.com/pre-commit/mirrors-clang-format: v19.1.3 → v19.1.4](pre-commit/mirrors-clang-format@v19.1.3...v19.1.4) * 🔥 ci(pre-commit): removed old workflows * ♻️ refactor(auv_gui): applied pydocstyle and update type annotations * ♻️ ci(workflows): replaced source build with industrial ci * 🔧 ci(pre-commit): set autoupdate_schedule to quarterly * ♻️ ci(workflows): updated workflow name for indusrial-ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Andreas Kluge Svendsrud <[email protected]>
- Loading branch information
1 parent
a67773e
commit 41ab2df
Showing
6 changed files
with
31 additions
and
56 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
name: Industrial CI | ||
|
||
on: | ||
push: | ||
workflow_dispatch: | ||
schedule: | ||
- cron: '0 1 * * *' # Runs daily to check for dependency issues or flaking tests | ||
jobs: | ||
call_reusable_workflow: | ||
uses: vortexntnu/vortex-ci/.github/workflows/reusable-industrial-ci.yml@main | ||
with: | ||
upstream_workspace: './ros2.repos' |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters