Skip to content

Commit

Permalink
Transfer to organisation (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
placintaalexandru committed Nov 13, 2023
1 parent 503bcea commit fa0996d
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 79 deletions.
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# GitHub Action - `rust-toolchain-reborn`

![GitHub](https://img.shields.io/github/license/placintaalexandru/toolchain?label=License&color=blue&logo=gitbook)
![Continuous integration](https://github.com/placintaalexandru/toolchain/workflows/Continuous%20integration/badge.svg)
![CodeQL](https://github.com/placintaalexandru/toolchain/workflows/CodeQL/badge.svg)
![GitHub](https://img.shields.io/github/license/crusty-pie/toolchain?label=License&color=blue&logo=gitbook)
![Continuous integration](https://github.com/crusty-pie/toolchain/workflows/Continuous%20integration/badge.svg)
![CodeQL](https://github.com/crusty-pie/toolchain/workflows/CodeQL/badge.svg)
![Dependabot enabled](https://img.shields.io/badge/Dependabot-Enabled-brightgreen?logo=dependabot)
![GitHub contributors](https://img.shields.io/github/contributors/placintaalexandru/toolchain?logo=github&label=Contributors)
[![Codecov](https://img.shields.io/codecov/c/github/placintaalexandru/toolchain?logo=codecov&label=Coverage)](https://app.codecov.io/gh/placintaalexandru/toolchain)
![GitHub release (with filter)](https://img.shields.io/github/v/release/placintaalexandru/toolchain?logo=github&label=Release&color=brightgreen)
![GitHub issues](https://img.shields.io/github/issues-raw/placintaalexandru/toolchain?label=Open%20Issues&logo=github&color=blue)
![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/placintaalexandru/toolchain?label=Closed%20Issues&logo=github&color=blue)
![GitHub last commit (branch)](https://img.shields.io/github/last-commit/placintaalexandru/toolchain/main?label=Last%20Commit&logo=github&color=blue)
[![Public workflows that use this action](https://img.shields.io/endpoint?label=Used%20By&url=https%3A%2F%2Fused-by.vercel.app%2Fapi%2Fgithub-actions%2Fused-by%3Faction%3Dplacintaalexandru%2Ftoolchain%26badge%3Dtrue)](https://sourcegraph.com/search?q=context:global+placintaalexandru/toolchain+file:.github/workflows&patternType=literal)
![GitHub contributors](https://img.shields.io/github/contributors/crusty-pie/toolchain?logo=github&label=Contributors)
[![Codecov](https://img.shields.io/codecov/c/github/crusty-pie/toolchain?logo=codecov&label=Coverage)](https://app.codecov.io/gh/crusty-pie/toolchain)
![GitHub release (with filter)](https://img.shields.io/github/v/release/crusty-pie/toolchain?logo=github&label=Release&color=brightgreen)
![GitHub issues](https://img.shields.io/github/issues-raw/crusty-pie/toolchain?label=Open%20Issues&logo=github&color=blue)
![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/crusty-pie/toolchain?label=Closed%20Issues&logo=github&color=blue)
![GitHub last commit (branch)](https://img.shields.io/github/last-commit/crusty-pie/toolchain/main?label=Last%20Commit&logo=github&color=blue)
[![Public workflows that use this action](https://img.shields.io/endpoint?label=Used%20By&url=https%3A%2F%2Fused-by.vercel.app%2Fapi%2Fgithub-actions%2Fused-by%3Faction%3Dplacintaalexandru%2Ftoolchain%26badge%3Dtrue)](https://sourcegraph.com/search?q=context:global+crusty-pie/toolchain+file:.github/workflows&patternType=literal)
[![GitHub Marketplace](https://img.shields.io/badge/Marketplace-rust--toolchain--reborn-b7410e?logo=github)](https://github.com/marketplace/actions/rust-toolchain-reborn)


Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install latest nightly
uses: placintaalexandru/toolchain@v1
uses: crusty-pie/toolchain@v1
with:
toolchain: nightly
override: true
Expand Down Expand Up @@ -96,7 +96,7 @@ minimally required to be set of components, for example:

```yaml
- name: Install minimal nightly
uses: placintaalexandru/toolchain@v1
uses: crusty-pie/toolchain@v1
with:
profile: minimal
toolchain: nightly
Expand All @@ -118,7 +118,7 @@ and in combination with the [profiles](#profiles) input it allows to install onl

```yaml
- name: Install minimal stable with clippy and rustfmt
uses: placintaalexandru/toolchain@v1
uses: crusty-pie/toolchain@v1
with:
profile: minimal
toolchain: stable
Expand All @@ -131,7 +131,7 @@ to install the minimal set of `nightly` toolchain components with the `rustfmt`

```yaml
- name: Install minimal nightly with clippy and rustfmt
uses: placintaalexandru/toolchain@v1
uses: crusty-pie/toolchain@v1
with:
profile: minimal
toolchain: nightly
Expand Down Expand Up @@ -164,11 +164,11 @@ Action execution will fail.
## License

This Action is distributed under the terms of the MIT license.
See [LICENSE](https://github.com/placintaalexandru/toolchain/blob/main/LICENSE) for details.
See [LICENSE](https://github.com/crusty-pie/toolchain/blob/main/LICENSE) for details.

## Contribute and support

Any contributions are welcomed!

If you want to report a bug or have a feature request,
check the [Contributing guide](https://github.com/placintaalexandru/toolchain/blob/main/CONTRIBUTING.md).
check the [Contributing guide](https://github.com/crusty-pie/toolchain/blob/main/CONTRIBUTING.md).
118 changes: 59 additions & 59 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,18 @@
"devDependencies": {
"@fast-check/jest": "^1.7.3",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.7",
"@types/node": "^20.9.0",
"@types/semver": "^7.3.4",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@vercel/ncc": "0.38.1",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"jest": "^29.7.0",
"jest-circus": "^29.7.0",
"npm-check-updates": "^16.14.6",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"temp-write": "^5.0.0",
"ts-jest": "^29.1.1",
"typescript": "5.2.2"
Expand Down

0 comments on commit fa0996d

Please sign in to comment.