Skip to content

fix(CI): update mac-os version for github workflow #434

fix(CI): update mac-os version for github workflow

fix(CI): update mac-os version for github workflow #434

Workflow file for this run

name: "Danger Swift"
on:
pull_request:
types: [ opened, synchronize, edited ]
jobs:
danger-scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Danger
uses: danger/[email protected]
with:
args: --failOnErrors --no-publish-check
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}