Skip to content

Merge branch 'main' of https://github.com/olimorris/dotfiles #436

Merge branch 'main' of https://github.com/olimorris/dotfiles

Merge branch 'main' of https://github.com/olimorris/dotfiles #436

Workflow file for this run

name: build
on:
pull_request: ~
push: ~
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Install rake
run: gem install rake
- name: Check install
run: rake install
env:
TEST_ENV: true