Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
jocgir committed Sep 30, 2024
2 parents 9bae5f8 + 99e26ad commit 7c6aa06
Show file tree
Hide file tree
Showing 29 changed files with 460 additions and 288 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
push:
branches:
- master
pull_request:
name: CI
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Init Hermit
run: ./bin/hermit env -r >> $GITHUB_ENV
- name: Test
run: go test ./...
14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

Loading

0 comments on commit 7c6aa06

Please sign in to comment.