Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ permissions:
contents: read

jobs:
test-javascript:
name: JavaScript Tests
lint-javascript:
name: Lint & Format
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,5 @@ jobs:
VALIDATE_JAVASCRIPT_STANDARD: false
VALIDATE_JSCPD: false
VALIDATE_JSON: false
# textlint terminology rules flag "repo"/"git" as errors — wrong for engineering docs.
VALIDATE_NATURAL_LANGUAGE: false
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ GitHub Action that performs cross run concurrent pool locking - interoperable
with [Concourse Pool](https://github.com/concourse/pool-resource) resource via
git

### Usage
## Usage

```yaml
- uses: sandipndev/pool-lock@0.0.1
Expand All @@ -16,11 +16,11 @@ git
git_ssh_key: ${{ secrets.CUSTOM_SSH_KEY_FOR_POOL_REPO_ACCESS }}
```

### Pool Repo Structure
## Pool Repo Structure

The pool repo should have the following structure:

```
```text
${pool}/
claimed/
.gitkeep
Expand Down
Loading