Skip to content

Test PR: Testing possible workflows #2

Test PR: Testing possible workflows

Test PR: Testing possible workflows #2

Workflow file for this run

name: Pull Request Checks
on:
pull_request:
branches:
- main
jobs:
analyze:
name: Lint and static analysis
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
path: 'sdk'
- name: Checkout depot_tools
run: git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
- name: Add depot_tools to path
run: echo $(realpath depot_tools) >> $GITHUB_PATH
- name: Set origin
working-directory: ./sdk
run: git branch -u origin/main
- name: Run presubmit
working-directory: ./sdk
run: git cl presubmit
git branch -u

Check failure on line 27 in .github/workflows/pullrequests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pullrequests.yml

Invalid workflow file

You have an error in your yaml syntax on line 27