File tree 1 file changed +21
-21
lines changed
1 file changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -42,26 +42,26 @@ jobs:
42
42
- name : Run tests
43
43
run : tox run -e unit
44
44
45
- lib-check :
46
- name : Check libraries
47
- runs-on : ubuntu-22.04
48
- timeout-minutes : 5
49
- steps :
50
- - name : Checkout
51
- uses : actions/checkout@v4
52
- with :
53
- fetch-depth : 0
54
- - run : |
55
- # Workaround for https://github.com/canonical/charmcraft/issues/1389#issuecomment-1880921728
56
- touch requirements.txt
57
- - name : Check libs
58
- uses :
canonical/charming-actions/[email protected]
59
- with :
60
- charmcraft-channel : latest/beta/data-platform # TODO: remove after charmcraft 3.3 stable release
61
- credentials : ${{ secrets.CHARMHUB_TOKEN }}
62
- github-token : ${{ secrets.GITHUB_TOKEN }}
63
- use-labels : false
64
- fail-build : ${{ github.event_name == 'pull_request' }}
45
+ # lib-check:
46
+ # name: Check libraries
47
+ # runs-on: ubuntu-22.04
48
+ # timeout-minutes: 5
49
+ # steps:
50
+ # - name: Checkout
51
+ # uses: actions/checkout@v4
52
+ # with:
53
+ # fetch-depth: 0
54
+ # - run: |
55
+ # # Workaround for https://github.com/canonical/charmcraft/issues/1389#issuecomment-1880921728
56
+ # touch requirements.txt
57
+ # - name: Check libs
58
+ # uses: canonical/charming-actions/[email protected]
59
+ # with:
60
+ # charmcraft-channel: latest/beta/data-platform # TODO: remove after charmcraft 3.3 stable release
61
+ # credentials: ${{ secrets.CHARMHUB_TOKEN }}
62
+ # github-token: ${{ secrets.GITHUB_TOKEN }}
63
+ # use-labels: false
64
+ # fail-build: ${{ github.event_name == 'pull_request' }}
65
65
66
66
build :
67
67
name : Build charms
84
84
artifact-prefix : ${{ needs.build.outputs.artifact-prefix }}
85
85
cloud : lxd
86
86
permissions :
87
- contents : write
87
+ contents : write
You can’t perform that action at this time.
0 commit comments