Skip to content

Commit

Permalink
Added automatic test
Browse files Browse the repository at this point in the history
  • Loading branch information
sergio-costas committed Sep 19, 2024
1 parent 2070ba6 commit cb35c67
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/check-dependencies.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: test-dependencies
on:
pull_request:
push:
branches:
- gnome-46-2404-sdk

jobs:
check-deps:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v2
- name: Install dependencies (Ubuntu)
run: |
apt-get update
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends python3 python3-yaml
- name: Verify dependencies
run: |
tools/check_dependencies.py

0 comments on commit cb35c67

Please sign in to comment.