Skip to content

Commit

Permalink
fix(ci/format): properly init git
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed May 23, 2024
1 parent c8293db commit 3ce01c5
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,17 @@ jobs:
container: fedora:41

steps:
- name: 📥 Checkout
uses: actions/checkout@v4

- name: 🖥️ Setup Environment
uses: ./.github/actions/setup
with:
container: ubuntu-latest
install-vtk: true

- name: 📋 Install Dependencies
run: pip install -U cmakelang pyyaml && sudo dnf install -y tmate
- name: 📥 Checkout
uses: actions/checkout@v4

- name: 🐛 Debug Issues
if: ${{ github.event.inputs.debug == 'true' }}
uses: mxschmitt/action-tmate@v3
with:
install-dependencies: false
limit-access-to-actor: true
- name: 📋 Install Dependencies
run: pip install -U cmakelang pyyaml

- name: 🔍 Check Format
run: |
Expand Down

0 comments on commit 3ce01c5

Please sign in to comment.