We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99e6f67 commit 07889f6Copy full SHA for 07889f6
.github/workflows/clang-tidy.yml
@@ -1,6 +1,5 @@
1
name: clang-tidy
2
3
-#on: workflow_dispatch
4
on: [ push, pull_request ]
5
6
jobs:
CONTRIBUTING.md
@@ -4,7 +4,7 @@
To release a new protozero version:
7
- - Make sure all tests are passing locally, on travis and on appveyor
+ - Make sure all tests are passing locally, on Github and on Appveyor
8
- Make sure "make doc" builds
9
- Update version number in
10
- include/protozero/version.hpp (two places)
0 commit comments