You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,20 @@ This is the high-level package to use for developing CloudQuery plugins in Java.
4
4
5
5
## Setup
6
6
7
+
### Authenticate to GitHub Packages
8
+
7
9
```bash
8
10
# Set up authentication to GitHub Packages, more in https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry#authenticating-to-github-packages
9
11
export GITHUB_ACTOR=<your-github-username>
10
12
# Classic personal access token with `read:packages` scope
11
13
export GITHUB_TOKEN=<personal-access-token>
12
14
```
13
15
16
+
### Install pre-commit hooks
17
+
18
+
- Install `pre-commit` from <https://pre-commit.com/#install>
0 commit comments