Updated Readme and disabled auto sync.
This commit is contained in:
parent
3b8a02ac51
commit
d1186d4f82
34
.github/workflows/sync-action.yml
vendored
34
.github/workflows/sync-action.yml
vendored
@ -1,34 +0,0 @@
|
|||||||
name: Sync Branch
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [ master ]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
name: Sync Branch
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
|
|
||||||
- name: Set up JDK 11
|
|
||||||
uses: actions/setup-java@v3
|
|
||||||
with:
|
|
||||||
distribution: temurin
|
|
||||||
java-version: 11
|
|
||||||
cache: gradle
|
|
||||||
|
|
||||||
- name: Make gradlew executable
|
|
||||||
run: chmod +x ./gradlew
|
|
||||||
- name: Build and Test
|
|
||||||
run: ./gradlew generateGithubSource --info -Dfull_test_suite=true
|
|
||||||
|
|
||||||
- uses: GuillaumeFalourd/copy-push-files@v1
|
|
||||||
with:
|
|
||||||
source_files: src Changelog.md README.md
|
|
||||||
remote_repository: https://github.com/Speiger/Primitive-Collections
|
|
||||||
access_token: ${{ secrets.PUSH_TOKEN }}
|
|
||||||
target_branch: debug
|
|
||||||
|
|
@ -1,8 +1,11 @@
|
|||||||

|

|
||||||
[](https://jitpack.io/#Speiger/Primitive-Collections)
|
[](https://jitpack.io/#Speiger/Primitive-Collections)
|
||||||
[](https://opensource.org/licenses/Apache-2.0)
|
[](https://opensource.org/licenses/Apache-2.0)
|
||||||

|

|
||||||
|

|
||||||
|

|
||||||
[](https://codecov.io/gh/Speiger/Primitive-Collections)
|
[](https://codecov.io/gh/Speiger/Primitive-Collections)
|
||||||
|

|
||||||
# Primitive-Collections
|
# Primitive-Collections
|
||||||
This is a Simple Primitive Collections Library aimed to outperform Java's Collection Library and FastUtil.
|
This is a Simple Primitive Collections Library aimed to outperform Java's Collection Library and FastUtil.
|
||||||
Both in Performance and Quality of Life Features.
|
Both in Performance and Quality of Life Features.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user