Bump rexml from 3.2.5 to 3.3.3 #225
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: CI | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: macos-11 | |
steps: | |
- uses: actions/checkout@v1 | |
- name: Bundle Install | |
run: bundle install | |
- name: Install Danger | |
run: brew install danger/tap/danger-js | |
- name: Run Danger | |
run: danger ci | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
- name: Build and test | |
run: bundle exec fastlane tests |