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 62f7188 commit 007fdc8Copy full SHA for 007fdc8
1 file changed
.github/workflows/check-files.yml
@@ -33,8 +33,8 @@ jobs:
33
- name: News file up to date
34
run: |
35
tools/scripts/notes2news.pl
36
- if git status | grep 'NEWS'; then echo "NEWS is not up to date"; exit 1; fi
37
- if ! grep -q $(grep -Po '(?<=project\(VRPROUTING VERSION )[^;]+' CMakeLists.txt) NEWS; then echo "Missing section in NEWS"; exit 1; fi
+ if git status | grep 'NEWS.md'; then echo "NEWS.md is not up to date"; exit 1; fi
+ if ! grep -q $(grep -Po '(?<=project\(VRPROUTING VERSION )[^;]+' CMakeLists.txt) NEWS.md; then echo "Missing section in NEWS.md"; exit 1; fi
38
39
License_check:
40
runs-on: ubuntu-latest
0 commit comments