You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
299 B

1 year ago
name: CI
on:
push:
1 year ago
branches:
- gh-pages
1 year ago
workflow_dispatch:
jobs:
1 year ago
build:
runs-on: ubuntu-latest
1 year ago
steps:
1 year ago
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 20
- name: Checkout code
uses: actions/checkout@v3

Powered by BW's shoe-string budget.