Skip to content

Refactor - Swift 6, Remove outdated code, and new docs #26

Refactor - Swift 6, Remove outdated code, and new docs

Refactor - Swift 6, Remove outdated code, and new docs #26

Workflow file for this run

name: PR Check
on: [pull_request]
concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true
jobs:
pr_check:
runs-on: macOS-11
if: github.event.pull_request.draft == false
steps:
- name: Checkout Project
uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Danger
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: bundle exec danger
- name: Test
run: swift test