Bump rexml from 3.2.5 to 3.2.8 #66
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test | |
on: [push, pull_request] | |
jobs: | |
test: | |
name: Create test site | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
with: | |
fetch-depth: 0 # middleman init wants to clone the repo, so we need full history | |
- uses: actions/setup-node@v2 | |
with: | |
node-version: '14' | |
- uses: ruby/setup-ruby@v1 | |
with: | |
bundler-cache: true | |
- run: ./create-test-site.sh |