Skip to content

Commit

Permalink
refactor(ci): update format workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed May 23, 2024
1 parent ee12adf commit cacbade
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,18 @@ on:
jobs:
check-coding-style:
runs-on: ubuntu-latest
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

Expand Down

0 comments on commit cacbade

Please sign in to comment.