Skip to content

Workflow file for this run

run-name: Deploy to ${{ inputs.deploy_target }} by @${{ github.actor }}
on:
pull_request:
branches:
- development
workflow_dispatch:
jobs:
test:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3

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

View workflow run for this annotation

GitHub Actions / .github/workflows/pullRequest.yml

Invalid workflow file

You have an error in your yaml syntax on line 14
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- uses: ruby/setup-ruby@v1
- name: Install Bundler
run: gem install bundler
- name: Run Fastlane
run: bundle exec fastlane tests