Code Monkey home page Code Monkey logo

action-misspell's People

Contributors

doarakko avatar github-actions[bot] avatar haya14busa avatar jsoref avatar k-phoen avatar lucianposton avatar massongit avatar mgrachev avatar milly avatar nathanbrock avatar nhosoya avatar prologic avatar reidab avatar renovate-bot avatar renovate[bot] avatar review-dog avatar rickstaa avatar rotzbua avatar shogo82148 avatar srz-zumix avatar talal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

action-misspell's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

This repository currently has no open or pending branches.

Detected dependencies

dockerfile
Dockerfile
github-actions
.github/workflows/depup.yml
  • actions/checkout v4
  • haya14busa/action-depup v1
  • peter-evans/create-pull-request v6
.github/workflows/dockerimage.yml
  • actions/checkout v4
.github/workflows/release.yml
  • actions/checkout v4
  • haya14busa/action-bumpr v1
  • haya14busa/action-update-semver v1
  • haya14busa/action-cond v1
  • actions/checkout v4
  • haya14busa/action-bumpr v1
.github/workflows/reviewdog.yml
  • actions/checkout v4
.github/workflows/update_semver.yml
  • actions/checkout v4
  • haya14busa/action-update-semver v1

  • Check this box to trigger a request for Renovate to run again on this repository

Add input to enable option to ignore words

Misspell has the option to pass a comma-separated list of words to ignore.

This would be useful as I'm using UK locale but have US in some markdown (looking at you armor).

Solution would be to pass comma separated words into action from workflow setup.

PullRequest needs 'git' command: failed to run 'git rev-parse --show-prefix': exit status 128

I'm getting the following errors

Run reviewdog/action-misspell@v1
  with:
    github_token: ***
    locale: US
    level: error
    reporter: github-pr-check
    path: .
    pattern: *
    filter_mode: added
    fail_on_error: false
/usr/bin/docker run --name bcf09c090635f81ea4a0a9e8548b8b74[2](https://github.com/advisablecom/Advisable/runs/6002454271?check_suite_focus=true#step:4:2)4e54_a10b8c --label 2bcf09 --workdir /github/workspace --rm -e INPUT_GITHUB_TOKEN -e INPUT_LOCALE -e INPUT_LEVEL -e INPUT_REPORTER -e INPUT_IGNORE -e INPUT_PATH -e INPUT_PATTERN -e INPUT_EXCLUDE -e INPUT_FILTER_MODE -e INPUT_FAIL_ON_ERROR -e HOME -e GITHUB_JOB -e GITHUB_REF -e GITHUB_SHA -e GITHUB_REPOSITORY -e GITHUB_REPOSITORY_OWNER -e GITHUB_RUN_ID -e GITHUB_RUN_NUMBER -e GITHUB_RETENTION_DAYS -e GITHUB_RUN_ATTEMPT -e GITHUB_ACTOR -e GITHUB_WORKFLOW -e GITHUB_HEAD_REF -e GITHUB_BASE_REF -e GITHUB_EVENT_NAME -e GITHUB_SERVER_URL -e GITHUB_API_URL -e GITHUB_GRAPHQL_URL -e GITHUB_REF_NAME -e GITHUB_REF_PROTECTED -e GITHUB_REF_TYPE -e GITHUB_WORKSPACE -e GITHUB_ACTION -e GITHUB_EVENT_PATH -e GITHUB_ACTION_REPOSITORY -e GITHUB_ACTION_REF -e GITHUB_PATH -e GITHUB_ENV -e GITHUB_STEP_SUMMARY -e RUNNER_OS -e RUNNER_ARCH -e RUNNER_NAME -e RUNNER_TOOL_CACHE -e RUNNER_TEMP -e RUNNER_WORKSPACE -e ACTIONS_RUNTIME_URL -e ACTIONS_RUNTIME_TOKEN -e ACTIONS_CACHE_URL -e GITHUB_ACTIONS=true -e CI=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work/_temp/_github_home":"/github/home" -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" -v "/home/runner/work/_temp/_runner_file_commands":"/github/file_commands" -v "/home/runner/work/Advisable/Advisable":"/github/workspace" 2bcf09:c0906[3](https://github.com/advisablecom/Advisable/runs/6002454271?check_suite_focus=true#step:4:3)5f81ea[4](https://github.com/advisablecom/Advisable/runs/6002454271?check_suite_focus=true#step:4:4)a0a9e8[5](https://github.com/advisablecom/Advisable/runs/6002454271?check_suite_focus=true#step:4:5)48b8b[7](https://github.com/advisablecom/Advisable/runs/6002454271?check_suite_focus=true#step:4:7)424e54
reviewdog: failed to run 'git rev-parse --show-prefix': exit status 12[8](https://github.com/advisablecom/Advisable/runs/6002454271?check_suite_focus=true#step:4:8)

Our yml is fairly standard but just to be certain I tried copying straight from your README example, and I got the error above with this:

name: reviewdog
on: [pull_request]
jobs:
  misspell:
    name: reviewdog
    runs-on: ubuntu-latest
    steps:
      - name: Check out code.
        uses: actions/checkout@v2
      - name: misspell
        uses: reviewdog/action-misspell@v1
        with:
          github_token: ${{ secrets.github_token }}
          locale: "US"

README is misleading

Because many of the examples in the README are surrounded in brackets, I had believed that the options in the yml file had to be in brackets too. This led to some quiet errors in CI that I did not notice for several weeks. Removing the brackets around examples like 'armor,color' could cut down on confusion.

Update set-output command in favor of GITHUB_OUTPUT

Hey! you are probably already aware of this, but nodejs12 is going to be deprecated soon

Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout, actions/checkout

Does this actually work on `pull_request`?

Hi.

This action needs the GITHUB_TOKEN, but a pull_request action does not have access to it, does it?

So does this actually work?
I would guess that pull_request_target would be the way, but in my tests it looked like this action then annotates stuff that is actually fixed in the diff...

How do you exclude multiple files and folders?

I've tried the following, but it does not seem to work:

exclude: ./public/*,./package.json,./package-lock.json,./composer.json,./composer.lock

Neither does the following (spaces instead of commas):

exclude: ./public/* ./package.json ./package-lock.json ./composer.json ./composer.lock

If I only exclude as follows, it works for that folder:

exclude: ./public/*

Any suggestions as to what is wrong? Thank you!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.