Test an action
Some checks failed
Build & Push Linode Webhook / build (push) Failing after 1s

This commit is contained in:
2025-06-23 18:56:35 +02:00
parent 54bcc0897c
commit 83a016d5da

View File

@@ -0,0 +1,13 @@
name: Build & Push Linode Webhook
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4