Replace deprecated danger-swift-with-swiftlint docker image
This commit is contained in:
committed by
Stefan Ceriu
parent
a62d1d6e48
commit
dfef6d8a6a
17
.github/workflows/danger.yml
vendored
17
.github/workflows/danger.yml
vendored
@@ -5,17 +5,18 @@ on: [pull_request]
|
||||
jobs:
|
||||
build:
|
||||
name: Danger
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: macos-14
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- uses: actions/cache@v3
|
||||
with:
|
||||
path: ~/.danger-swift
|
||||
key: danger-swift-cache-key
|
||||
- name: Setup environment
|
||||
run:
|
||||
brew install danger/tap/danger-swift
|
||||
|
||||
- name: Danger
|
||||
uses: docker://ghcr.io/danger/danger-swift-with-swiftlint:3.15.0
|
||||
env:
|
||||
run:
|
||||
danger-swift ci
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
2
.github/workflows/translations-pr.yml
vendored
2
.github/workflows/translations-pr.yml
vendored
@@ -7,7 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
open-translations-pr:
|
||||
runs-on: macos-13
|
||||
runs-on: macos-14
|
||||
# Skip in forks
|
||||
if: github.repository == 'element-hq/element-x-ios'
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user