Skip to content

Commit

Permalink
Housekeeping (#118)
Browse files Browse the repository at this point in the history
* add template, update years, remove series

* move lib check

* update libs
  • Loading branch information
MiaAltieri authored and jnsgruk committed Oct 21, 2022
1 parent d69c5c1 commit 5e6c73d
Show file tree
Hide file tree
Showing 17 changed files with 162 additions and 262 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,17 @@ jobs:
provider: lxd
- name: Run tls integration tests
run: tox -e tls-integration

lib-check:
name: Check libraries
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Check libs
uses: canonical/charming-actions/[email protected]
with:
credentials: "${{ secrets.CHARMHUB_TOKEN }}" # FIXME: current token will expire in 2023-07-04
github-token: "${{ secrets.GITHUB_TOKEN }}"
18 changes: 18 additions & 0 deletions .github/workflows/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
### Problem
<!-- What issue is this PR trying to solve? -->


### Context
<!-- What is some specialized knowledge relevant to this project/technology -->


### Solution
<!-- A summary of the solution addressing the above issue -->


### Testing
<!-- What steps need to be taken to test this PR? -->


### Release Notes
<!-- A digestable summary of the change in this PR -->
14 changes: 0 additions & 14 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,6 @@ on:
- main

jobs:
lib-check:
name: Check libraries
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Check libs
uses: canonical/charming-actions/[email protected]
with:
credentials: "${{ secrets.CHARMHUB_TOKEN }}" # FIXME: current token will expire in 2023-07-04
github-token: "${{ secrets.GITHUB_TOKEN }}"

ci-tests:
uses: ./.github/workflows/ci.yaml

Expand Down
2 changes: 1 addition & 1 deletion actions.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2021 Canonical Ltd.
# Copyright 2022 Canonical Ltd.
# See LICENSE file for licensing details.

get-primary:
Expand Down
2 changes: 1 addition & 1 deletion charmcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2021 Canonical Ltd.
# Copyright 2022 Canonical Ltd.
# See LICENSE file for licensing details.

type: charm
Expand Down
Loading

0 comments on commit 5e6c73d

Please sign in to comment.