All Projects → getsentry → action-eslint-fix

getsentry / action-eslint-fix

Licence: MIT license
GitHub Action to run `eslint` with `--fix` option and commit fixes

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to action-eslint-fix

ts-nextjs-tailwind-starter
🔋 Next.js + Tailwind CSS + TypeScript starter packed with useful development features
Stars: ✭ 880 (+4300%)
Mutual labels:  eslint, github-actions
typescript-api-starter
🔰 Starter for Node.js express API in Typescript 🚀
Stars: ✭ 72 (+260%)
Mutual labels:  eslint, github-actions
awesome-address-book
This project shows a basic address book built with ReactJS, Redux Toolkit and Typescript 📖
Stars: ✭ 20 (+0%)
Mutual labels:  eslint, github-actions
action-eslint
GitHub Action to run ESLint on files changed in current PR
Stars: ✭ 44 (+120%)
Mutual labels:  eslint, github-actions
nest-boilerplate
Nest.js boilerplate with CircleCI, Commitizen, Commitlint, Docker-Compose, ESLint, GitHub Actions, Husky, Lint-staged, OpenAPI, Prettier, PostGreSQL, Travis CI, TypeORM
Stars: ✭ 16 (-20%)
Mutual labels:  eslint, github-actions
webring
“วงแหวนเว็บ” แห่งนี้สร้างขึ้นเพื่อส่งเสริมให้ศิลปิน นักออกแบบ และนักพัฒนาชาวไทย สร้างเว็บไซต์ของตัวเองและแบ่งปันการเข้าชมซึ่งกันและกัน
Stars: ✭ 125 (+525%)
Mutual labels:  github-actions
actions
A Collection of GitHub Actions
Stars: ✭ 91 (+355%)
Mutual labels:  github-actions
pin-github-action
Pin your GitHub actions to a specific hash
Stars: ✭ 38 (+90%)
Mutual labels:  github-actions
eslinter
Manual JavaScript Linting is a Bug
Stars: ✭ 47 (+135%)
Mutual labels:  eslint
svelte-eslint-parser
Svelte parser for ESLint
Stars: ✭ 30 (+50%)
Mutual labels:  eslint
rubocop-linter-action
Rubocop Linter Action: A GitHub Action to run Rubocop against your code!
Stars: ✭ 86 (+330%)
Mutual labels:  github-actions
generate-og-image
Generate open graph images with Github Action from Markdown files
Stars: ✭ 32 (+60%)
Mutual labels:  github-actions
react-starter-kit
🚀 React starter kit for a modern single page (SPA) application (dependencies updated at 28 July 2017). Zero configuration. Ready to go. Just paste your code!
Stars: ✭ 26 (+30%)
Mutual labels:  eslint
riak-haskell-client
A fast Haskell client library for the Riak decentralized data store
Stars: ✭ 48 (+140%)
Mutual labels:  github-actions
awscredswrap
awscredswrap uses temporary credentials for the specified iam role to set a shell environment variable or execute a command.
Stars: ✭ 15 (-25%)
Mutual labels:  github-actions
figma-plugin-typescript-boilerplate
Figma plugin TypeScript boilerplate to start developing right away
Stars: ✭ 43 (+115%)
Mutual labels:  eslint
frontend-tutorial
🎨 一个后端程序员的前端技术总结
Stars: ✭ 122 (+510%)
Mutual labels:  eslint
creatly-backend
🚀 Creatly backend app
Stars: ✭ 71 (+255%)
Mutual labels:  github-actions
github-action-scp
⬆️ Copy a folder to a remote server using SSH
Stars: ✭ 123 (+515%)
Mutual labels:  github-actions
vue-antdesign-admin-template
Ant Design Pro Vue Template
Stars: ✭ 127 (+535%)
Mutual labels:  eslint

getsentry/action-eslint-fix

Runs eslint (only on changed files in a PR), with --fix and commits the changes to the PR.

Installation

Add the following to your workflow config

    - name: Use current action
      uses: getsentry/action-eslint-fix@v1
      with:
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

If you would prefer this action to not modify files for you, use the following config:

    - name: Use current action
      uses: getsentry/action-eslint-fix@v1
      with:
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
        dry: true
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].