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 f7ba108
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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.8
with:
directory: buildout

0 comments on commit f7ba108

Please sign in to comment.