Fix names

This commit is contained in:
Sven Weidauer 2020-12-30 14:30:21 +01:00
parent 390c588026
commit 2e13ed6758

View file

@ -1,13 +1,10 @@
name: Test
name: Build and run tests
on:
pull_request:
paths:
- '.github/workflows/test.yml'
- '**/*.swift'
jobs:
SwiftLint:
BuildAndTest:
runs-on: macos-latest
steps:
- uses: actions/checkout@v1