Skip to content

Commit

Permalink
Replace travis with github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Jul 18, 2023
1 parent 1f991e6 commit ece5f61
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Build
on:
pull_request:
push:
branches:
- master

jobs:
build:
name: Build
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
- uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1 # v1.144.2
with:
bundler-cache: true
ruby-version: 3.0.5
- name: Build
run: bundle exec jekyll build
8 changes: 0 additions & 8 deletions .travis.yml

This file was deleted.

0 comments on commit ece5f61

Please sign in to comment.