Skip to content

Commit

Permalink
Libs update and check
Browse files Browse the repository at this point in the history
  • Loading branch information
juditnovak committed Apr 10, 2024
1 parent 78d4627 commit 4deef21
Show file tree
Hide file tree
Showing 5 changed files with 523 additions and 262 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,26 @@ jobs:
- name: Run linters
run: tox run -e lint

lib-check:
name: Check libraries
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- run: |
# Workaround for https://github.com/canonical/charmcraft/issues/1389#issuecomment-1880921728
touch requirements.txt
- name: Check libs
uses: canonical/charming-actions/[email protected]
with:
credentials: ${{ secrets.CHARMHUB_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
use-labels: false
fail-build: ${{ github.event_name == 'pull_request' }}

unit-test:
name: Unit test charm
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 4deef21

Please sign in to comment.