Skip to content

Commit

Permalink
[ Edit ] commited workflow currently
Browse files Browse the repository at this point in the history
  • Loading branch information
anasfik committed Nov 17, 2023
1 parent ae04cdb commit 110edb0
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 57 deletions.
110 changes: 55 additions & 55 deletions .github/workflows/langsync.yaml
Original file line number Diff line number Diff line change
@@ -1,56 +1,56 @@
name: langsync

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

on:
pull_request:
paths:
- ".github/workflows/langsync.yaml"
- "lib/**"
- "test/**"
- "pubspec.yaml"
push:
branches:
- main
paths:
- ".github/workflows/langsync.yaml"
- "lib/**"
- "test/**"
- "pubspec.yaml"

jobs:
semantic-pull-request:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/semantic_pull_request.yml@v1

build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1

spell-check:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/spell_check.yml@v1
with:
includes: |
**/*.md
!brick/**/*.md
.*/**/*.md
modified_files_only: false

verify-version:
runs-on: ubuntu-latest
steps:
- name: 📚 Git Checkout
uses: actions/checkout@v2

- name: 🎯 Setup Dart
uses: dart-lang/setup-dart@v1
with:
sdk: "stable"

- name: 📦 Install Dependencies
run: |
dart pub get
- name: 🔎 Verify version
run: dart run test --run-skipped -t version-verify
# name: langsync

# concurrency:
# group: ${{ github.workflow }}-${{ github.ref }}
# cancel-in-progress: true

# on:
# pull_request:
# paths:
# - ".github/workflows/langsync.yaml"
# - "lib/**"
# - "test/**"
# - "pubspec.yaml"
# push:
# branches:
# - main
# paths:
# - ".github/workflows/langsync.yaml"
# - "lib/**"
# - "test/**"
# - "pubspec.yaml"

# jobs:
# semantic-pull-request:
# uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/semantic_pull_request.yml@v1

# build:
# uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1

# spell-check:
# uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/spell_check.yml@v1
# with:
# includes: |
# **/*.md
# !brick/**/*.md
# .*/**/*.md
# modified_files_only: false

# verify-version:
# runs-on: ubuntu-latest
# steps:
# - name: 📚 Git Checkout
# uses: actions/checkout@v2

# - name: 🎯 Setup Dart
# uses: dart-lang/setup-dart@v1
# with:
# sdk: "stable"

# - name: 📦 Install Dependencies
# run: |
# dart pub get

# - name: 🔎 Verify version
# run: dart run test --run-skipped -t version-verify

3 changes: 2 additions & 1 deletion lib/langsync.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/// langsync, A Very Good Project created by Very Good CLI.
/// 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.
///
/// ```sh
/// # activate langsync
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: langsync
description: A Very Good Project created by Very Good CLI.
version: 0.9.4
version: 0.9.43
homepage: https://langsync.app
repository: https://github.com/LangSync/cli

Expand Down

0 comments on commit 110edb0

Please sign in to comment.