mirror of
https://github.com/aljazceru/hacker-gh-pages-theme.git
synced 2026-01-31 12:04:22 +01:00
Create .github/workflows/ci.yaml
This commit is contained in:
14
.github/workflows/ci.yaml
vendored
Normal file
14
.github/workflows/ci.yaml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
on: push
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
name: script/cibuild
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: 2.7
|
||||
- name: build
|
||||
run: script/bootstrap
|
||||
- name: test
|
||||
run: script/cibuild
|
||||
Reference in New Issue
Block a user