Skip to content

Commit f8a3459

Browse files
author
vbddr
authored
Translate Swift workflow to Arabic
1 parent a59a74c commit f8a3459

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/swift.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
# This workflow will build a Swift project
2-
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift
1+
# سيؤدي سير العمل هذا إلى إنشاء مشروع Swift
2+
# لمزيد من المعلومات انظر: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift
33

4-
name: Swift
4+
اختبار سريع -v: اسم
55

6-
on:
7-
push:
8-
branches: [ "main" ]
9-
pull_request:
10-
branches: [ "main" ]
6+
على:
7+
يدفع:
8+
الفروع: [ "الرئيسي" ]
9+
طلب سحب:
10+
الفروع: [ "الرئيسي" ]
1111

12-
jobs:
13-
build:
12+
وظائف:
13+
بناء:
1414

15-
runs-on: macos-latest
15+
يعمل على: ماكوس-الأحدث
1616

17-
steps:
18-
- uses: actions/checkout@v4
19-
- name: Build
20-
run: swift build -v
21-
- name: Run tests
17+
خطوات:
18+
- الاستخدامات: الإجراءات/checkout@v4
19+
- اسم: بناء
20+
الركض: بناء سريع -v
21+
- اسم: تشغيل الاختبارات
2222
run: swift test -v

0 commit comments

Comments
 (0)