mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Replace deprecated danger-swift-with-swiftlint docker image
This commit is contained in:
parent
d6b5c07ee6
commit
48b06519f9
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user