fix workflows name

This commit is contained in:
TomasVotruba 2020-04-23 22:44:07 +02:00
parent 7103e5ff60
commit cc926c5a92

View File

@ -1,4 +1,4 @@
name: Validate Fixtures
name: Validate Project
on:
pull_request: null
@ -7,7 +7,7 @@ on:
- master
jobs:
check_fixtures:
validate_project:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2