Skip to content

Commit

Permalink
Enable Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hufman committed Aug 25, 2023
1 parent 3975cd5 commit 3cad26b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: build

on:
push:
branches: ['*']
tags: ['*']
pull_request:
types: [opened, synchronize]

jobs:
build:
steps:
- name: Checkout
uses: actions/checkout@v3

0 comments on commit 3cad26b

Please sign in to comment.