Skip to content
This repository was archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
👷 Move from TravisCI to Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ducdetronquito committed Aug 25, 2021
1 parent 9856e4d commit 022a57a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 14 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: requestz
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Zig
uses: goto-bus-stop/setup-zig@v1.3.0
with:
version: master
- name: Setup Gyro
uses: mattnite/setup-gyro@v1
- run: gyro build test
- run: zig fmt --check src build.zig
14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

0 comments on commit 022a57a

Please sign in to comment.