Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add github action #101

Merged
merged 2 commits into from
Nov 16, 2024
Merged

feat: add github action #101

merged 2 commits into from
Nov 16, 2024

Conversation

QuiiBz
Copy link
Owner

@QuiiBz QuiiBz commented Nov 16, 2024

Closes #67

Add a GitHub Action to remove the need for actions/setup-node and having to run Sherif manually:

name: Sherif
on:
  pull_request:
jobs:
  check:
    name: Run Sherif
    runs-on: ubuntu-22.04
    steps:
      - uses: actions/checkout@v4
      - uses: actions/sherif@v1
        # Optionally, you can specify a version and arguments to run Sherif with:
        # with:
          # version: 'v1.0.1'
          # args: '--ignore-rule root-package-manager-field'

@QuiiBz QuiiBz marked this pull request as ready for review November 16, 2024 08:49
@QuiiBz QuiiBz merged commit ed1d9ad into main Nov 16, 2024
4 checks passed
@QuiiBz QuiiBz deleted the feat/github-action branch November 16, 2024 08:49
@QuiiBz QuiiBz added the enhancement New feature or request label Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Alternative Usage/Installation method which does not require a node env
1 participant