Skip to content

Commit

Permalink
Add PR workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
normartin committed Nov 6, 2023
1 parent 8dab2d1 commit 043273d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: PR build

on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: |
mkdir -p _site
./go.sh build

0 comments on commit 043273d

Please sign in to comment.