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 1513f37
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: test aptly upload-lint
on:
push:
pull_request:

permissions:
contents: read

jobs:
aptly-upload:
name: upload
runs-on: ubuntu-latest
steps:
- uses: neolynx/aptly-github-action@v0.0.3

0 comments on commit 1513f37

Please sign in to comment.