dependabot[bot]
107a780c1d
build(deps): bump actions/checkout from 5 to 6
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-20 21:26:18 +00:00
Matt Liberty
b6c92cb466
Merge pull request #8501 from The-OpenROAD-Project/dependabot/github_actions/tj-actions/changed-files-47
...
build(deps): bump tj-actions/changed-files from 46 to 47
2025-10-02 05:21:31 +00:00
dependabot[bot]
b39bc56a62
build(deps): bump tj-actions/changed-files from 46 to 47
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 46 to 47.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v46...v47 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-version: '47'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-01 21:23:27 +00:00
dependabot[bot]
fff1d6390a
build(deps): bump actions/checkout from 4 to 5
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-01 21:18:29 +00:00
Matt Liberty
9882373814
Give better names to jobs in GH actions
...
Signed-off-by: Matt Liberty <mliberty@precisioninno.com >
2025-07-13 15:09:11 +00:00
Vitor Bandeira
ec0ec3c77d
gha: use var to set runs-on
...
Signed-off-by: Vitor Bandeira <vvbandeira@precisioninno.com >
2025-05-12 14:24:20 -03:00
Sombrio
85e83d6ee2
removed types
...
Signed-off-by: Sombrio <sombrio@sombrasoft.dev >
2025-04-11 19:01:44 -03:00
Sombrio
585c74d97e
workflows now run when pr is synchronized or reopened
...
Signed-off-by: Sombrio <sombrio@sombrasoft.dev >
2025-04-11 18:50:19 -03:00
Sombrio
d5fa784f64
restrict when actions run. previously they were being run twice in PRs
...
Signed-off-by: Sombrio <sombrio@sombrasoft.dev >
2025-04-11 17:27:03 -03:00
Vitor Bandeira
35e23b622d
gha: bump tj-actions/changed-files
...
Signed-off-by: Vitor Bandeira <vvbandeira@precisioninno.com >
2025-03-17 11:31:21 -04:00
Henner Zeller
68e432e148
Print clang-format version in use in CI format check.
...
clang-format behaves slightly differently between versions. Print
out the version number used in the CI, so that it is possible
for contributors to verify that they run exactly the version
locally to avoid formatting issues in PRs.
Signed-off-by: Henner Zeller <h.zeller@acm.org >
2025-01-11 07:57:16 -08:00
Matt Liberty
d6cf72228b
Use the default clang-tidy
...
Now that ubuntu-latest points to 24.04, tidy defaults to 18 (was 14
under 22.04). There is no need to pin the version to 14.
Signed-off-by: Matt Liberty <mliberty@precisioninno.com >
2025-01-05 06:38:41 +00:00
Matt Liberty
75c738d57c
Update to checkout@v4 due to GH requiring node20
...
Signed-off-by: Matt Liberty <mliberty@precisioninno.com >
2024-04-13 14:00:12 -07:00
Eder Monteiro
fae6c2333a
git: add rsz on format check
...
Signed-off-by: Eder Monteiro <eder.matheus.monteiro@gmail.com >
2024-04-12 19:30:18 -03:00
dependabot[bot]
24c70e1447
build(deps): bump tj-actions/changed-files in /.github/workflows
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 32 to 41.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v32...v41 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-02 16:46:51 +00:00
Matt Liberty
7020da3dbe
allow clang-format on dbSta
...
Signed-off-by: Matt Liberty <mliberty@precisioninno.com >
2023-04-30 18:56:52 -07:00
osamahammad21
b5babf9deb
exception for the codeGenerator from the format on push
...
Signed-off-by: osamahammad21 <osama21@aucegypt.edu >
2023-03-27 23:05:18 +02:00
Vitor Bandeira
5609dee78a
gha: fix runs-on statement
...
Signed-off-by: Vitor Bandeira <vitor.vbandeira@gmail.com >
2022-12-24 12:07:26 -03:00
habibayassin
c02982b7b2
exclude dbsta and rsz
...
Signed-off-by: habibayassin <habibayassin@aucegypt.edu >
2022-10-30 21:47:51 +00:00
Matt Liberty
ea07170d90
exclude .i & .o from clang-format
...
Signed-off-by: Matt Liberty <mattliberty@gmail.com >
2022-10-22 21:08:19 -07:00
habibayassin
4ed284828f
lock version, remove readability, exclude sta files
...
Signed-off-by: habibayassin <habibayassin@aucegypt.edu >
2022-10-18 23:37:29 +00:00
habibayassin
61fcdfd747
remove continue on error flag
...
Signed-off-by: habibayassin <habibayassin@aucegypt.edu >
2022-10-17 16:47:44 +00:00
habibayassin
366e944f55
parallel jobs
...
Signed-off-by: habibayassin <habibayassin@aucegypt.edu >
2022-10-17 16:46:06 +00:00
habibayassin
2948f0f113
add continue on error
...
Signed-off-by: habibayassin <habibayassin@aucegypt.edu >
2022-10-17 08:25:18 +00:00
habibayassin
9b9ca3a742
conditional format check
...
Signed-off-by: habibayassin <habibayassin@aucegypt.edu >
2022-10-15 22:59:05 +00:00
habibayassin
d531004ed0
adding sudo in setup
...
Signed-off-by: habibayassin <habibayassin@aucegypt.edu >
2022-10-15 22:22:23 +00:00
habibayassin
1488f838d0
fix indentation
...
Signed-off-by: habibayassin <habibayassin@aucegypt.edu >
2022-10-15 22:21:12 +00:00
habibayassin
592657d5c6
adding github action to check format and readability of changed files
...
Signed-off-by: habibayassin <habibayassin@aucegypt.edu >
2022-10-15 22:17:21 +00:00