Skip to content

Commit

Permalink
Add a working workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
r-n-o committed Feb 13, 2024
1 parent a59e917 commit 7d9f7f7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Test

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:

build:
runs-on: ubuntu-latest
steps:
- name: Run
run: echo "running"
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
TEST PR DO NOT MERGE
# Turnkey docs

This repo hosts the documentation hosted at https://docs.turnkey.com.
Expand Down Expand Up @@ -30,4 +31,4 @@ You can build a docker image running nginx and only a static build of the HTML/C

```sh
$ make image
```
```

0 comments on commit 7d9f7f7

Please sign in to comment.