This repository was archived by the owner on Dec 6, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.md.template
More file actions
21 lines (15 loc) · 1.3 KB
/
README.md.template
File metadata and controls
21 lines (15 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# ${REPO_TITLE} GitHub Action
  [](https://results.pre-commit.ci/latest/github/${REPO_OWNER}/${REPO_NAME}/main) [](https://lgtm.com/projects/g/${REPO_OWNER}/${REPO_NAME}/alerts/) [](https://lgtm.com/projects/g/${REPO_OWNER}/${REPO_NAME}/context:javascript) ${CC_MAINTAINABILITY_BADGE}${CC_TESTS_COVERAGE_BADGE}[](https://snyk.io/test/github/${REPO_OWNER}/${REPO_NAME}?targetFile=package.json)
[${REPO_TITLE}](https://github.com/${REPO_OWNER}/${REPO_NAME}) GitHub Action.
## Usage
```yaml
name: ${REPO_TITLE}
on: push
jobs:
job_1:
name: Example
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: ${REPO_OWNER}/${REPO_NAME}@main
```