Skip to content

Commit

Permalink
add test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
neolynx committed Nov 14, 2024
1 parent cb37426 commit c2c9f94
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: test aptly upload-lint
on:
push:
pull_request:

permissions:
contents: read

jobs:
aptly-upload:
name: upload
runs-on: ubuntu-latest
steps:
- name: Publish to aptly server
uses: neolynx/aptly-github-action@v0.0.10
with:
directory: buildout
url: https://aptly.info

0 comments on commit c2c9f94

Please sign in to comment.