Skip to content

Commit 007fdc8

Browse files
committed
Adjusting CI for NEWS.md
1 parent 62f7188 commit 007fdc8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check-files.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
- name: News file up to date
3434
run: |
3535
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
36+
if git status | grep 'NEWS.md'; then echo "NEWS.md is not up to date"; exit 1; fi
37+
if ! grep -q $(grep -Po '(?<=project\(VRPROUTING VERSION )[^;]+' CMakeLists.txt) NEWS.md; then echo "Missing section in NEWS.md"; exit 1; fi
3838
3939
License_check:
4040
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)