Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jedisct1/wasi-update
Browse files Browse the repository at this point in the history
* 'master' of github.com:jedisct1/wasi-update:
  Add CI
  • Loading branch information
jedisct1 committed Feb 17, 2024
2 parents 3c9c05f + 30afc3c commit 754a00f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: CI

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

env:
CARGO_TERM_COLOR: always

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Build
run: make

0 comments on commit 754a00f

Please sign in to comment.