Skip to content

Commit

Permalink
Beta update (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramackersjp authored Jun 5, 2024
2 parents 0167370 + 0380fa9 commit a8a6f96
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contribute list in readme.md
steps:
- name: Contribute List
uses: akhilmhdh/contributors-readme-action@master
with:
readme_path: "README.md"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,13 @@ YourKit supports open source projects with its full-featured Java Profiler.
YourKit, LLC is the creator of [YourKit Java Profiler](https://www.yourkit.com/java/profiler/)
and [YourKit .NET Profiler](https://www.yourkit.com/.net/profiler/),
innovative and intelligent tools for profiling Java and .NET applications.

## Contributors

<!-- readme: <username1>,collaborators,<username2>,contributors,<username3>/- -start -->
<!-- readme: <username1>,collaborators,<username3>,contributors,<username3>/- -end -->

## Collaborators

<!-- readme: collaborators -start -->
<!-- readme: collaborators -end -->

0 comments on commit a8a6f96

Please sign in to comment.