Fix names
This commit is contained in:
parent
390c588026
commit
2e13ed6758
1 changed files with 2 additions and 5 deletions
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
|
@ -1,13 +1,10 @@
|
||||||
name: Test
|
name: Build and run tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
|
||||||
- '.github/workflows/test.yml'
|
|
||||||
- '**/*.swift'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
SwiftLint:
|
BuildAndTest:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
Loading…
Add table
Reference in a new issue