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

Codespell: trying to get CI running #1301

Merged
merged 6 commits into from
May 16, 2024
Merged

Codespell: trying to get CI running #1301

merged 6 commits into from
May 16, 2024

Conversation

cbm755
Copy link
Collaborator

@cbm755 cbm755 commented May 16, 2024

Not sure I'm a fan of GitHub Actions: on GitLab I would just script precisely what I want to happen. Here, I have no idea what "PWD" is, where to put the support files etc... :(

@cbm755
Copy link
Collaborator Author

cbm755 commented May 16, 2024

Got it! the issue is you must also use the checkout action, like this:

  codespell:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: codespell-project/actions-codespell@v2
        with:

Shall MWPS!

@cbm755 cbm755 merged commit 65b92d3 into main May 16, 2024
60 checks passed
@cbm755 cbm755 deleted the codespell branch May 16, 2024 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant