Skip to content

chore: update badge (#14) #6

chore: update badge (#14)

chore: update badge (#14) #6

Workflow file for this run

name: CI/CD
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ci/cd-${{ github.ref }}
cancel-in-progress: true
jobs:
swift-package-test:
name: Test Swift Package
uses: danthorpe/ci/.github/workflows/swift-package.yml@main

Check failure on line 18 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / CI/CD

Invalid workflow file

The workflow is not valid. In .github/workflows/main.yml (Line: 18, Col: 11): Error from called workflow danthorpe/ci/.github/workflows/swift-package.yml@main (Line: 19, Col: 9): Unexpected value 'CODECOV_TOKEN' In .github/workflows/main.yml (Line: 18, Col: 11): Error from called workflow danthorpe/ci/.github/workflows/swift-package.yml@main (Line: 19, Col: 9): Required property is missing: type
secrets: inherit
with:
matrix: >
{
"include": [
{
"os": "macos-14",
"swift": "5.9",
"xcode": "15.1"
},
{
"os": "macos-14",
"swift": "5.10",
"xcode": "15.3"
}
]
}