Skip to content

Commit

Permalink
Consider public-symbols-check
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Jul 30, 2024
1 parent 256670c commit ce273d2
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,19 @@ jobs:
steps:
- name: Checkout repo @ SHA - ${% raw %}{{ github.sha }}{% endraw %}
uses: actions/checkout@v4
{%- if job_data.os == "public-symbols-check" %}
with:
fetch-depth: 0

- name: Checkout main
run: git checkout main

- name: Pull origin
run: git pull --rebase=false origin main

- name: Checkout pull request
run: git checkout ${{ github.event.pull_request.head.sha }}
{%- endif %}
{%- if job_data.os != "shellcheck" %}

- name: Set up Python 3.10
Expand Down

0 comments on commit ce273d2

Please sign in to comment.