Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzlgnm committed Nov 10, 2023
1 parent f1de8da commit f6c290f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,14 @@ jobs:
image: "ghcr.io/void-linux/void-musl-full:latest"

steps:
- uses: actions/checkout@v3

- uses: actions/setup-python@v4
with: { python-version: "3.8" }

- name: Install codespell
run: |
xbps-install -Suy || xbps-install -u xbps
xbps-install -yu python3-codespell cmake clang
- name: Checkout
uses: classabbyamp/treeless-checkout-action@v1

- name: Lint
run: cmake -D FORMAT_COMMAND=clang-format -P cmake/lint.cmake

Expand Down

0 comments on commit f6c290f

Please sign in to comment.