Fix linting and formatting

This commit is contained in:
Josh Dales
2023-03-18 16:46:54 -04:00
parent 17694aa238
commit e9a1777eb0
3 changed files with 7 additions and 7 deletions

View File

@@ -1,11 +1,11 @@
test-branch:
- head-branch: "^test/"
- head-branch: '^test/'
feature-branch:
- head-branch: "/feature/"
- head-branch: '/feature/'
bug-branch:
- head-branch: "^bug/|fix/"
- head-branch: '^bug/|fix/'
array-branch:
- head-branch: ["^array/"]
- head-branch: ['^array/']

View File

@@ -1,3 +1,3 @@
touched-a-pdf-file:
- changed-files:
- any: ['*.pdf']
- any: ['*.pdf']