build(deps): bump third_party/cores/ariane from bb80b3f
to 589c3f1
#3758
Workflow file for this run
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: trigger-lint | |
on: | |
pull_request: | |
jobs: | |
upload_event_file: | |
runs-on: [self-hosted, Linux, X64, gcp-custom-runners] | |
container: ubuntu:jammy-20221130 | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Copy event file | |
run: cp "$GITHUB_EVENT_PATH" ./event.json | |
- name: Upload event file as artifact | |
uses: actions/upload-artifact@v2 | |
with: | |
name: event.json | |
path: event.json |