workflow fix (#182)

* workflow fix

* issue templates revized

* gitignore fix
This commit is contained in:
Özgün Özerk
2024-05-24 18:17:59 +03:00
committed by GitHub
parent 1bb2e96501
commit 2c2872a70b
5 changed files with 35 additions and 20 deletions
+1 -4
View File
@@ -1,4 +1,4 @@
name: "cargo tests"
name: "generic template cargo tests"
on:
push:
@@ -52,9 +52,6 @@ jobs:
- name: git checkout
uses: actions/checkout@v4
- name: cd to `generic` template
run: cd generic-template
- name: Install Protoc
uses: arduino/setup-protoc@9b1ee5b22b0a3f1feb8c2ff99b32c89b3c3191e9 # v2.0.0
with: