Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
waliid committed Nov 18, 2024
1 parent 0afd578 commit fe1363a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
name: Continuous Integration
on: [push]
jobs:
install-tools:
name: "🪚 Tools installation"
Check-quality:
name: "🔎 Check quality"
runs-on:
labels: [tart, wk]
steps:
- uses: pkgxdev/setup@v1
with:
+: ffmpeg
- name: "Check ffmpeg version"
run: ffmpeg -version
+: swiftlint shellcheck markdownlint yamllint
- name: "Check quality"
run: swiftlint --version

0 comments on commit fe1363a

Please sign in to comment.