Skip to content

Commit

Permalink
Merge pull request #19 from Expensify/andrew-cla2
Browse files Browse the repository at this point in the history
Update readme with CLA usage
  • Loading branch information
luacmartins authored Oct 18, 2024
2 parents fde193e + 18e4fde commit a2493b0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Expensify has multiple repositories that use the same GitHub Actions workflows.

### `npmPublish.yml`

Used to publish a package to [npmjs](https://www.npmjs.com/), should be triggered when code is merged into the `main` branch.

```yml
jobs:
publish:
Expand All @@ -22,3 +24,13 @@ jobs:
# Optional, Boolean, default: false
should_run_build: true
```
### `cla.yml`

Used to check if a user has signed the [Contributor License Agreement](./CLA.md), Should be triggered when a PR is opened or updated.

```yml
jobs:
CLA:
uses: Expensify/GitHub-Actions/.github/workflows/cla.yml@main
```

0 comments on commit a2493b0

Please sign in to comment.