Skip to content

revert Changes file changes #3

revert Changes file changes

revert Changes file changes #3

Workflow file for this run

name: CodeQL scan
on:
workflow_dispatch:
push:
branches: [ "master", "main", "develop", "release/*", "sdk-release-v*" ]
pull_request:
branches: [ "master", "main", "develop", "release/*", "sdk-release-v*" ]
schedule:
- cron: '00 21 * * 0'
jobs:
Scans:
uses: iZettle/.github/.github/workflows/codeql-swift-sm.yml@main

Check failure on line 14 in .github/workflows/codeql.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/codeql.yml

Invalid workflow file

error parsing called workflow ".github/workflows/codeql.yml" -> "iZettle/.github/.github/workflows/codeql-swift-sm.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
app_name: ${{ github.repository }}
build_cmd: xcodebuild -scheme iZettle\ SDK\ Sample -project ./Example/iZettleSDKSample.xcodeproj -destination 'generic/platform=ios' CODE_SIGN_IDENTITY='' CODE_SIGNING_REQUIRED='' CODE_SIGNING_ALLOWED='NO' clean build