Skip to content

Commit 110edb0

Browse files
committed
[ Edit ] commited workflow currently
1 parent ae04cdb commit 110edb0

File tree

3 files changed

+58
-57
lines changed

3 files changed

+58
-57
lines changed

.github/workflows/langsync.yaml

Lines changed: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,56 @@
1-
name: langsync
2-
3-
concurrency:
4-
group: ${{ github.workflow }}-${{ github.ref }}
5-
cancel-in-progress: true
6-
7-
on:
8-
pull_request:
9-
paths:
10-
- ".github/workflows/langsync.yaml"
11-
- "lib/**"
12-
- "test/**"
13-
- "pubspec.yaml"
14-
push:
15-
branches:
16-
- main
17-
paths:
18-
- ".github/workflows/langsync.yaml"
19-
- "lib/**"
20-
- "test/**"
21-
- "pubspec.yaml"
22-
23-
jobs:
24-
semantic-pull-request:
25-
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/semantic_pull_request.yml@v1
26-
27-
build:
28-
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
29-
30-
spell-check:
31-
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/spell_check.yml@v1
32-
with:
33-
includes: |
34-
**/*.md
35-
!brick/**/*.md
36-
.*/**/*.md
37-
modified_files_only: false
38-
39-
verify-version:
40-
runs-on: ubuntu-latest
41-
steps:
42-
- name: 📚 Git Checkout
43-
uses: actions/checkout@v2
44-
45-
- name: 🎯 Setup Dart
46-
uses: dart-lang/setup-dart@v1
47-
with:
48-
sdk: "stable"
49-
50-
- name: 📦 Install Dependencies
51-
run: |
52-
dart pub get
53-
54-
- name: 🔎 Verify version
55-
run: dart run test --run-skipped -t version-verify
1+
# name: langsync
2+
3+
# concurrency:
4+
# group: ${{ github.workflow }}-${{ github.ref }}
5+
# cancel-in-progress: true
6+
7+
# on:
8+
# pull_request:
9+
# paths:
10+
# - ".github/workflows/langsync.yaml"
11+
# - "lib/**"
12+
# - "test/**"
13+
# - "pubspec.yaml"
14+
# push:
15+
# branches:
16+
# - main
17+
# paths:
18+
# - ".github/workflows/langsync.yaml"
19+
# - "lib/**"
20+
# - "test/**"
21+
# - "pubspec.yaml"
22+
23+
# jobs:
24+
# semantic-pull-request:
25+
# uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/semantic_pull_request.yml@v1
26+
27+
# build:
28+
# uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
29+
30+
# spell-check:
31+
# uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/spell_check.yml@v1
32+
# with:
33+
# includes: |
34+
# **/*.md
35+
# !brick/**/*.md
36+
# .*/**/*.md
37+
# modified_files_only: false
38+
39+
# verify-version:
40+
# runs-on: ubuntu-latest
41+
# steps:
42+
# - name: 📚 Git Checkout
43+
# uses: actions/checkout@v2
44+
45+
# - name: 🎯 Setup Dart
46+
# uses: dart-lang/setup-dart@v1
47+
# with:
48+
# sdk: "stable"
49+
50+
# - name: 📦 Install Dependencies
51+
# run: |
52+
# dart pub get
53+
54+
# - name: 🔎 Verify version
55+
# run: dart run test --run-skipped -t version-verify
5656

lib/langsync.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/// langsync, A Very Good Project created by Very Good CLI.
1+
/// LangSync, Fast, Simple and Accurate AI-Powered Localization utility for your software, game, app, website projects and more with only one action away. forget the old localization process.
2+
23
///
34
/// ```sh
45
/// # activate langsync

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: langsync
22
description: A Very Good Project created by Very Good CLI.
3-
version: 0.9.4
3+
version: 0.9.43
44
homepage: https://langsync.app
55
repository: https://github.com/LangSync/cli
66

0 commit comments

Comments
 (0)