fix: naming of GH actions

This commit is contained in:
Ondřej Synáček 2020-12-25 13:43:39 +01:00
parent 86cf918aa4
commit 732ccbc9ec
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ on:
branches: [ master ]
jobs:
build_and_lint:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2