Skip to content

Commit 9d49f3d

Browse files
committed
fixes
1 parent e32e82a commit 9d49f3d

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/dispatch-matrix-check.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
name: 🤖 Run Matrix Check
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
- "rc/**"
8-
- next
94
pull_request:
105
branches:
116
- "**"

cpp/autosar/test/rules/A0-1-1/test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// A POD class..
1+
// A POD class
22
struct A {
33
int f;
44
int f2;

0 commit comments

Comments
 (0)