Skip to content

Disable Danger in cases where permissions cannot be passed to GITHUB_… #88

Disable Danger in cases where permissions cannot be passed to GITHUB_…

Disable Danger in cases where permissions cannot be passed to GITHUB_… #88

Workflow file for this run

name: Swift-Build
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-12, macos-13]
xcode: ['14.2', '15.0']
exclude:
- os: macos-12
xcode: '15.0'
env:
DEVELOPER_DIR: "/Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer"
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Build and Test
run: swift test