Sweeten the docs with gpt4 #56
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: Tests | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
#Something wrong with swiftlint action, figure it out later | |
#SwiftLint: ## Adds swift-linting to GH actions | |
#runs-on: ubuntu-latest | |
#steps: | |
#- uses: actions/checkout@v3 | |
#- name: GitHub Action for SwiftLint | |
#uses: norio-nomura/action-swiftlint@3.2.1 | |
#with: | |
#args: --config .swiftlint.yml | |
build: | |
runs-on: macos-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Build | |
run: swift build -v |