Skip to content

An action to check if Kata is completed on a user account.

License

Notifications You must be signed in to change notification settings

OU-CS3560/check-codewars-kata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check Codeswars's Kata Action

An action to check if Kata is completed on a user account.

Inputs

kata-id

Required The ID of Kata to be checked.

Outputs

is-completed

Whether or not the user complete the Kata.

Example usage

uses: OU-CS3560/check-codewars-kata@v1
with:
  kata-id: '5f70c883e10f9e0001c89673'

Development

Build the action

npm run build

Note

This is a JavaScript port of the internal Python implementation.

About

An action to check if Kata is completed on a user account.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published