Correct value2
,gradient2
names to value
,gradient
#102
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: test | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- '*' | |
jobs: | |
mac: | |
name: test-ubuntu | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: install swift | |
uses: slashmo/[email protected] | |
with: | |
version: swift-DEVELOPMENT-SNAPSHOT-2023-11-20-a | |
- name: run | |
run: swift build |