@@ -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 }}'
|
||||||
Reference in New Issue
Block a user