mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-17 20:11:17 +00:00
22 lines
299 B
YAML
22 lines
299 B
YAML
name: CI
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- gh-pages
|
|
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- name: Set up Node.js
|
|
uses: actions/setup-node@v3
|
|
with:
|
|
node-version: 20
|
|
|
|
- name: Checkout code
|
|
uses: actions/checkout@v3
|