Add workflows.
Test and Build / test-and-build (push) Successful in 7s

This commit is contained in:
Jay
2025-08-22 14:38:22 -04:00
parent 8189268016
commit cbfd0e4ed9
2 changed files with 16 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
name: Test and Build
on:
push:
branches:
main
jobs:
test-and-build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ssh-key: '${{ secrets.SSH_PRIVATE_KEY }}'
ssh-known-hosts: '${{ secrets.SSH_KNOWN_HOST }}'