Skip to content

Commit 219d0b0

Browse files
committed
Remove danger
1 parent 17fc785 commit 219d0b0

File tree

1 file changed

+2
-21
lines changed

1 file changed

+2
-21
lines changed

.github/workflows/validate_code.yml

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,17 @@
1-
name: Validate Code
1+
name: Validate Translations
22

33
on:
44
pull_request:
55
types: [synchronize, opened, reopened, edited]
66

77
jobs:
88
main:
9-
name: Review, Lint, Verify
9+
name: Validate Translations
1010
runs-on: macOS-latest
1111
steps:
1212
- name: git checkout
1313
uses: actions/checkout@v3
1414

15-
- name: ruby versions
16-
run: |
17-
ruby --version
18-
gem --version
19-
bundler --version
20-
21-
- name: ruby setup
22-
uses: ruby/setup-ruby@v1
23-
with:
24-
ruby-version: 3.3
25-
bundler-cache: true
26-
27-
# additional steps here, if needed
28-
29-
- name: danger
30-
env:
31-
DANGER_GITHUB_API_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }}
32-
run: bundle exec danger --verbose --fail-on-errors=true
33-
3415
- name: Clone SwiftPolyglot
3516
run: git clone https://github.com/appdecostudio/SwiftPolyglot.git --branch=1.1.0 ../SwiftPolyglot
3617

0 commit comments

Comments
 (0)