Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeprice-fl authored Nov 29, 2024
0 parents commit 2c74c73
Show file tree
Hide file tree
Showing 16 changed files with 5,753 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/actions/local-action/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# local-action

<!-- about this action -->

| Input | Description | Required |
| ------- | ----------------------------------------------------------------------------------------------------------- | -------- |
| `token` | Token used to access the GitHub API. Use the `GITHUB_TOKEN` by default unless other permissions are needed. | yes |

## What checks does this action conduct?

- some
- list
- of
- checks

## What about this action is sensitive or might raise security concerns?

## Summary
7 changes: 7 additions & 0 deletions .github/actions/local-action/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: "local-action"
description: Grading action for local exercise
author: githubtraining

runs:
using: node12
main: "dist/index.js"
Loading

0 comments on commit 2c74c73

Please sign in to comment.