Skip to content

Commit

Permalink
seed commit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-neuma committed Oct 30, 2024
1 parent a268a25 commit a0da8fc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/commit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Commit
on:
push:

jobs:
COMMIT:
runs-on: gcp-k8s-vllm-util
steps:

- name: set python
uses: actions/setup-python@v5
with:
python-version: '3.12.5'

- name: checkout
uses: actions/checkout@v4

0 comments on commit a0da8fc

Please sign in to comment.