Skip to content

Bump MeilCli/danger-action from 6.0.3 to 6.0.4 #343

Bump MeilCli/danger-action from 6.0.3 to 6.0.4

Bump MeilCli/danger-action from 6.0.3 to 6.0.4 #343

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: macOS-13
steps:
- uses: actions/checkout@v4
- uses: maxim-lobanov/setup-xcode@v1.6.0
with:
xcode-version: 15.2
- name: Bundle install
run: bundle install
- name: Lint
run: |
set -o pipefail
swiftlint
- name: Run iOS tests
run: make test-ios
- name: Danger action
uses: MeilCli/danger-action@v6.0.4
if: github.event_name == 'pull_request'
with:
plugins_file: 'Gemfile'
install_path: 'vendor/bundle'
danger_file: 'Dangerfile'
danger_id: 'danger-pr'
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.3.0
with:
swift: true
swift_project: MagicImages
verbose: true