Skip to content

Bump rexml from 3.2.5 to 3.3.3 #225

Bump rexml from 3.2.5 to 3.3.3

Bump rexml from 3.2.5 to 3.3.3 #225

Workflow file for this run

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