diff --git a/.github/workflows/ci-documentation.yml b/.github/workflows/ci-documentation.yml index 357c2322..4a6a45cf 100644 --- a/.github/workflows/ci-documentation.yml +++ b/.github/workflows/ci-documentation.yml @@ -13,7 +13,7 @@ on: jobs: build: if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name - name: Check build documentation + name: Check build timeout-minutes: 15 runs-on: ubuntu-latest @@ -36,7 +36,7 @@ jobs: fmt-lint-and-types: if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name - name: Check format and lint typescript + name: Check format and lint runs-on: ubuntu-latest timeout-minutes: 15 diff --git a/.github/workflows/typescript.yml b/.github/workflows/typescript.yml index 137fe6d6..3d1ff1f9 100644 --- a/.github/workflows/typescript.yml +++ b/.github/workflows/typescript.yml @@ -13,7 +13,7 @@ on: jobs: build-and-test: if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name - name: Check build and test typescript + name: Check build and test timeout-minutes: 15 runs-on: ubuntu-latest @@ -32,7 +32,7 @@ jobs: fmt-lint-and-types: if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name - name: Check format and lint typescript + name: Check format and lint runs-on: ubuntu-latest timeout-minutes: 15 diff --git a/crates/tuono/Cargo.toml b/crates/tuono/Cargo.toml index 97f8ea2c..407fcbce 100644 --- a/crates/tuono/Cargo.toml +++ b/crates/tuono/Cargo.toml @@ -3,7 +3,7 @@ name = "tuono" version = "0.12.3" edition = "2021" authors = ["V. Ageno "] -description = "Superfasrt React fullstack framework" +description = "Superfast React fullstack framework" homepage = "https://tuono.dev" keywords = [ "react", "typescript", "fullstack", "web", "ssr"] repository = "https://github.com/Valerioageno/tuono" diff --git a/crates/tuono_lib_macros/Cargo.toml b/crates/tuono_lib_macros/Cargo.toml index 2371020b..3d44c0b2 100644 --- a/crates/tuono_lib_macros/Cargo.toml +++ b/crates/tuono_lib_macros/Cargo.toml @@ -2,7 +2,7 @@ name = "tuono_lib_macros" version = "0.12.3" edition = "2021" -description = "Superfasrt React fullstack framework" +description = "Superfast React fullstack framework" homepage = "https://tuono.dev" keywords = [ "react", "typescript", "fullstack", "web", "ssr"] repository = "https://github.com/Valerioageno/tuono"