We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d937a8 commit 2c4a279Copy full SHA for 2c4a279
.github/workflows/ci.yaml
@@ -36,7 +36,7 @@ jobs:
36
name: ${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}
37
runs-on: ubuntu-latest
38
steps:
39
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
40
- id: ici
41
name: Run industrial_ci
42
uses: ros-industrial/industrial_ci@master
.github/workflows/format.yaml
@@ -15,7 +15,7 @@ jobs:
15
name: pre-commit
16
runs-on: ubuntu-22.04
17
18
19
- uses: actions/setup-python@v5
20
- name: Install clang-format
21
run: sudo apt-get install clang-format
0 commit comments