Skip to content

Commit

Permalink
🚚 chore(project): post migration updates (#4)
Browse files Browse the repository at this point in the history
## πŸ’Œ Description

post migration updates

## πŸ”— Related issue

<!-- If your PR refers to a related issue, link it here. -->
Fixes: #

## πŸ—οΈ Type of change

<!-- Mark with an `x` all the checkboxes that apply (like `[x]`) -->

- [x] πŸ“š Examples / docs / tutorials
- [ ] πŸ› Bug fix (non-breaking change which fixes an issue)
- [x] πŸ₯‚ Improvement (non-breaking change which improves an existing
feature)
- [ ] πŸš€ New feature (non-breaking change which adds functionality)
- [ ] πŸ’₯ Breaking change (fix or feature that would cause existing
functionality to change)
- [ ] 🚨 Security fix
- [ ] ⬆️ Dependencies update

## βœ… Checklist

<!-- Mark with an `x` all the checkboxes that apply (like `[x]`) -->

- [x] I've read the [`Code of Conduct`](./CODE_OF_CONDUCT.md) document.
- [x] I've read the [`Contributing`](./CONTRIBUTING.md) guide.
  • Loading branch information
DariuszPorowski authored May 8, 2023
1 parent 40ffed5 commit ded5fbf
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Default reviewers/codeowners for all code changes in the repository
* @DariuszPorowski
* @raven-actions/reviewers
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ body:
id: terms
attributes:
label: πŸ“œ Code of Conduct
description: By submitting this issue, you agree to follow our [`Code of Conduct`](../CODE_OF_CONDUCT.md)
description: By submitting this issue, you agree to follow our [`Code of Conduct`](.github/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct.
required: true
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ body:
id: terms
attributes:
label: πŸ“œ Code of Conduct
description: By submitting this issue, you agree to follow our [`Code of Conduct`](../CODE_OF_CONDUCT.md)
description: By submitting this issue, you agree to follow our [`Code of Conduct`](./.github/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct.
required: true
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ body:
label: βœ… Checklist
description: Mark with an βœ”οΈ all the checkboxes that apply.
options:
- label: I've searched the project's [`issues`](https://github.com/DariuszPorowski/ghaction-actionlint/issues?q=is%3Aissue) and did not find answer for my question.
- label: I've searched the project's [`issues`](https://github.com/raven-actions/actionlint/issues?q=is%3Aissue) and did not find answer for my question.
required: true
- type: textarea
id: question
Expand All @@ -38,7 +38,7 @@ body:
id: terms
attributes:
label: πŸ“œ Code of Conduct
description: By submitting this issue, you agree to follow our [`Code of Conduct`](../CODE_OF_CONDUCT.md)
description: By submitting this issue, you agree to follow our [`Code of Conduct`](./.github/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct.
required: true
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ Fixes: #

<!-- Mark with an `x` all the checkboxes that apply (like `[x]`) -->

- [ ] I've read the [`Code of Conduct`](./CODE_OF_CONDUCT.md) document.
- [ ] I've read the [`Contributing`](./CONTRIBUTING.md) guide.
- [ ] I've read the [`Code of Conduct`](./.github/CODE_OF_CONDUCT.md) document.
- [ ] I've read the [`Contributing`](./.github/CONTRIBUTING.md) guide.
2 changes: 1 addition & 1 deletion .github/workflows/release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
draft-release:
if: ${{ github.repository_owner == 'DariuszPorowski' }}
if: ${{ github.repository_owner == 'raven-actions' }}
name: Draft Release
permissions:
contents: write
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# βœ… actionlint Action

[![GitHub - marketplace](https://img.shields.io/badge/marketplace-actionlint-blue?logo=github&style=flat-square)](https://github.com/marketplace/actions/actionlint)
[![GitHub - release](https://img.shields.io/github/v/release/DariuszPorowski/ghaction-actionlint?style=flat-square)](https://github.com/DariuszPorowski/ghaction-actionlint/releases/latest)
[![GitHub - ci](https://img.shields.io/github/actions/workflow/status/DariuszPorowski/ghaction-actionlint/ci.yml?logo=github&label=CI&style=flat-square&branch=main&event=push)](https://github.com/DariuszPorowski/ghaction-actionlint/actions/workflows/ci.yml?query=branch%3Amain+event%3Apush)
[![GitHub - license](https://img.shields.io/github/license/DariuszPorowski/ghaction-actionlint?style=flat-square)](https://github.com/DariuszPorowski/ghaction-actionlint/blob/main/LICENSE)
[![GitHub - release](https://img.shields.io/github/v/release/raven-actions/actionlint?style=flat-square)](https://github.com/raven-actions/actionlint/releases/latest)
[![GitHub - ci](https://img.shields.io/github/actions/workflow/status/raven-actions/actionlint/ci.yml?logo=github&label=CI&style=flat-square&branch=main&event=push)](https://github.com/raven-actions/actionlint/actions/workflows/ci.yml?query=branch%3Amain+event%3Apush)
[![GitHub - license](https://img.shields.io/github/license/raven-actions/actionlint?style=flat-square)](https://github.com/raven-actions/actionlint/blob/main/LICENSE)

This [GitHub Action](https://github.com/features/actions) allows you to quickly and easily run [actionlint](https://github.com/rhysd/actionlint) in your GitHub workflow using native Runner OS without 3rd party dependencies. It is based on an official action lint usage proposal from [Use actionlint on GitHub Actions](https://github.com/rhysd/actionlint/blob/main/docs/usage.md#use-actionlint-on-github-actions) together with [Problem Matchers](https://github.com/rhysd/actionlint/blob/main/docs/usage.md#problem-matchers).

- Action is platform-independent and tested on all the latest GitHub-hosted runners (`ubuntu-latest`, `macos-latest`, `windows-latest`).
- Uses [GitHub cache](https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows) for caching `actionlint` binaries for faster and more efficient workflow run.
- 3rd party `actionlint` dependencies like `shellcheck` or `pyflakes` are not cached, but action installs them if not present on the Runner.

![demo-error](https://raw.githubusercontent.com/DariuszPorowski/ghaction-actionlint/main/assets/images/demo-error.png)
![demo-error](https://raw.githubusercontent.com/raven-actions/actionlint/main/assets/images/demo-error.png)

![demo-ok](https://raw.githubusercontent.com/DariuszPorowski/ghaction-actionlint/main/assets/images/demo-ok.png)
![demo-ok](https://raw.githubusercontent.com/raven-actions/actionlint/main/assets/images/demo-ok.png)

## Table of Contents <!-- omit in toc -->

Expand All @@ -33,7 +33,7 @@ Just place in your GitHub workflow steps:

```yaml
- name: actionlint
uses: DariuszPorowski/ghaction-actionlint@v1
uses: raven-actions/actionlint@v1
```
### Customization
Expand All @@ -45,7 +45,7 @@ Action returns some basic information. For more details, follow [πŸ“€ Outputs](#
```yaml
- name: actionlint
id: actionlint #optional, id required only when outputs are used in the workflow steps later
uses: DariuszPorowski/ghaction-actionlint@v1
uses: raven-actions/actionlint@v1
with:
matcher: false # optional
cache: false # optional
Expand Down Expand Up @@ -93,8 +93,8 @@ Action returns some basic information. For more details, follow [πŸ“€ Outputs](#

## πŸ‘₯ Contributing

Contributions to the project are welcome! Please follow [Contributing Guide](https://github.com/DariuszPorowski/ghaction-actionlint/blob/main/.github/CONTRIBUTING.md).
Contributions to the project are welcome! Please follow [Contributing Guide](https://github.com/raven-actions/actionlint/blob/main/.github/CONTRIBUTING.md).

## πŸ“„ License

This project is distributed under the terms of the [MIT](https://github.com/DariuszPorowski/ghaction-actionlint/blob/main/LICENSE) license.
This project is distributed under the terms of the [MIT](https://github.com/raven-actions/actionlint/blob/main/LICENSE) license.

0 comments on commit ded5fbf

Please sign in to comment.