Skip to content

[ISSUE] Improve navbar of the webpage #13

[ISSUE] Improve navbar of the webpage

[ISSUE] Improve navbar of the webpage #13

name: Validate Issue Template
on:
issues:
types:
- opened
- edited
jobs:
validate-template:
runs-on: ubuntu-latest
steps:
- name: Check Issue Template
if: github.event.issue.body == null || !github.event.issue.body.contains('Your Name')

Check failure on line 15 in .github/workflows/validate-issue.yml

View workflow run for this annotation

GitHub Actions / Validate Issue Template

Invalid workflow file

The workflow is not valid. .github/workflows/validate-issue.yml (Line: 15, Col: 11): Unexpected symbol: '('. Located at position 69 within expression: github.event.issue.body == null || !github.event.issue.body.contains('Your Name')
run: |
echo "::error::The issue does not follow the required template. Please fill out all fields."
exit 1