Skip to content

Commit

Permalink
ci: Initial workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax committed Aug 14, 2024
1 parent efee32c commit 7c75897
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/aptly.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Aptly

permissions:
contents: read

on:
pull_request:
push:
branches:
- main

concurrency:
group: >-
${{ github.event.inputs.head_ref || github.run_id }}
jobs:
lint:
runs-on: ubuntu-24.04
if: github.repository_owner == 'envoyproxy'
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: |
echo "CI running"

0 comments on commit 7c75897

Please sign in to comment.