Skip to content

Commit

Permalink
ci(sync-files): utilize the sync-file-templates repository (#248)
Browse files Browse the repository at this point in the history
* ci(sync-files): utilize the sync-file-templates repository

Signed-off-by: M. Fatih Cırıt <[email protected]>

* remove unused pre-commit workflow

Signed-off-by: M. Fatih Cırıt <[email protected]>

---------

Signed-off-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
xmfcx authored Jan 17, 2025
1 parent dc69e52 commit 4669309
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 35 deletions.
11 changes: 3 additions & 8 deletions .github/sync-files.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
- repository: autowarefoundation/autoware
- repository: autowarefoundation/sync-file-templates
source-dir: sources
files:
- source: .github/dependabot.yaml
- source: .github/workflows/pre-commit.yaml
- source: .github/workflows/pre-commit-optional.yaml
- source: .github/workflows/semantic-pull-request.yaml
- source: .github/workflows/spell-check-differential.yaml
- source: .github/workflows/sync-files.yaml
- source: .clang-format
- source: .markdown-link-check.json
- source: .markdownlint.yaml
- source: .pre-commit-config.yaml
- source: .pre-commit-config-optional.yaml
- source: .prettierignore
- source: .prettierrc.yaml
- source: .yamllint.yaml
- source: CPPLINT.cfg
- source: setup.cfg

- repository: autowarefoundation/autoware_common
files:
- source: .github/workflows/build-and-test.yaml
- source: .github/workflows/build-and-test-differential.yaml
- source: .github/workflows/cancel-previous-workflows.yaml
27 changes: 0 additions & 27 deletions .github/workflows/pre-commit.yaml

This file was deleted.

0 comments on commit 4669309

Please sign in to comment.