Skip to content

Commit

Permalink
ci: Reenable uifiles check
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaDve committed Feb 23, 2023
1 parent 85e057d commit 68c11b3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
# FIXME uncomment when we don't --skip ui_files anymore
# - name: Download dependencies
# run: sudo apt -y install libgtk-4-dev
- name: Download dependencies
run: sudo apt -y install libgtk-4-dev
- name: Run checks.py
run: curl https://raw.githubusercontent.com/SeaDve/scripts/main/checks.py | python - --verbose --skip rustfmt typos ui_files
run: curl https://raw.githubusercontent.com/SeaDve/scripts/main/checks.py | python - --verbose --skip rustfmt typos

rustfmt:
name: Rustfmt
Expand Down

0 comments on commit 68c11b3

Please sign in to comment.