Automatically code review with ktlint result for pull request

Overview

GitHub Actions - ktlint-auto-review

🚀 Automatically reviewed on Pull Request with ktlint

Inspired by ScaCap/action-ktlint but without reviewdog.

Getting started

  1. Create .github/workflows
name: test

on: [ pull_request ]
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: minjunkweon/action-ktlint-auto-review@v1
        with:
          github_token: ${{ secrets.GITHUB_TOKEN }}
  1. Just create PR and waiting for done.

Sample Review Screenshot

Parameters

You can inject parameter for action using with: options.

github_token

GitHub Token to create review on Pull Request. ${{ secrets.GITHUB_TOKEN }} is auto-genereated value. So you don't need to setup.

ktlint_version

If you want to define the specific ktlint version, define it. (ex. 0.44.0)

You might also like...

Creates code review tasks from given member list to Clickup.

What is codeReview and what it does? What is codeReivewer: codeReviewer is a helper tool that helps me to create code review tasks inside of ClickUp a

Jul 5, 2022

BMI Calculator can give us the bmi result of our bmi on the basis of our corresponding height and weight.

BMI means body mass index. Body Mass Index (BMI) is a person's weight in kilograms divided by the square of height in meters.

Jan 20, 2022

A great result management solution for schools, hospital, academy and other. If you are a php developer, contribute to this respository for more advancement of the project.

A great result management solution for schools, hospital, academy and other. If you are a php developer, contribute to this respository for more advancement of the project.

result-management-pro A great result management system for schools, hospital, academy and more. Contributions Willing to add more features to this gre

Jun 17, 2022

Based on Google Chrome recorder, implement UI interface capture and notify the result to the target mailbox

Based on Google Chrome recorder, implement UI interface capture and notify the result to the target mailbox

chrome-recoder-crawler README-CN Modify the .js file exported by Google Chrome recorder. By default, the innerText property of the node operated in th

Oct 18, 2022

Rust's OptionT and ResultT, E, implemented for TypeScript.

oxide.ts Rust's OptionT and ResultT, E, implemented for TypeScript. Features Zero dependencies, full test coverage and examples for every function

Jan 3, 2023

A yearly review of your public GitHub repository stats.

Repos Wrapped A yearly review of your public GitHub repository stats. View your stats Endpoints require trailing slashes Append your GitHub username t

Jul 29, 2022

Soba frontend - dorm review system

HOW TO RUN: After unzipping both folders, enter the soba-server-main directory. Run npm i to install dependencies, then run npm run dev to start the s

Apr 4, 2022

This repo contains the templates used in my automated obsidian weekly review video and also an accompanying vault with the folder structure expected and plugins

This repo contains the templates used in my automated obsidian weekly review video and also an accompanying vault with the folder structure expected and plugins

This repo contains the templates used in my automated obsidian weekly review video and also an accompanying vault with the folder structure expected and plugins (periodic note settings etc)

Dec 21, 2022

The website which can help you to organize your daily or weekly activities and review them when you need them. you can add, remove and delete an activity

To Do list To do project is webpack project that list activities someone can do at a specific time In this TO-DO list, you can add or remove you activ

Jul 21, 2022
Releases(v1)
Owner
MinJun Kweon
Software Engineer who wanna make people happier 😎
MinJun Kweon
Hemsida för personer i Sverige som kan och vill erbjuda boende till människor på flykt

Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np

null 4 May 3, 2022
Kurs-repo för kursen Webbserver och Databaser

Webbserver och databaser This repository is meant for CME students to access exercises and codealongs that happen throughout the course. I hope you wi

null 14 Jan 3, 2023
GitHub Action that posts the report in a comment on a GitHub Pull Request from coverage data generated by nyc (istanbul)

GitHub Action: Report NYC coverage GitHub Action that posts the report in a comment on a GitHub Pull Request from coverage data generated by nyc (ista

Sid 16 Nov 23, 2022
An action intended to run on pull request and post a comment summarizing any changes to DevCycle variables.

Overview With this Github action, information on which DevCycle features have been added or removed in a code change will be shown directly on each Pu

DevCycle 20 Jun 14, 2022
A GitHub app to report failed workflow job actions and notify pull request creator with custom report message for the failed workflow job.

Workflow Reporter A GitHub App built with Probot that reports failed workflow job actions and notify the pull request creator with custom report messa

Divyanshu Shekhar 14 Nov 12, 2022
Runs sfdx-scanner on a pull request and generates in-line comments with the findings.

sfdx-scan-pull-request Runs sfdx-scanner on a pull request and generates in-line comments with the findings. Inputs category Categor(ies) of rules to

Mitchell spano 27 Jan 7, 2023
Make your first Pull Request on Hacktoberfest 2022. Don't forget to spread love and if you like give us a star

Hacktoberfest2022 Make your first Pull Request on Hacktoberfest 2022. Don't forget to spread love and if you like give us a star Quality of Pull Reque

Google Developer Students Club - Galgotias University 12 Oct 30, 2022
Learn Basic of Node Express Server and Git & Github by creating Pull Request in this repository.

hacktoberfest-express-server-2022 Learn Basic of Node Express Server and Git & Github by creating Pull Request in this repository. Special Note For Ev

NetScape-Web 3 Oct 6, 2022
A request library that returns promises, inspired by request

then-request A request library that returns promises and supports both browsers and node.js Installation npm install then-request Usage request(metho

then (Promises/A+ implementations) 241 Nov 29, 2022
CODEBALL – AI CODE REVIEW 🔮

CODEBALL — AI CODE REVIEW ?? Codeball is a code review AI which approves Pull Requests that a human would have approved. Spend less time waiting, save

Sturdy 168 Jan 7, 2023