Skip to content

Commit

Permalink
Merge pull request #1 from Avivbens/full-api-for-alfred-client
Browse files Browse the repository at this point in the history
full api for alfred client
  • Loading branch information
Avivbens authored Jun 2, 2024
2 parents 42af953 + 372e70c commit cd7ee0c
Show file tree
Hide file tree
Showing 40 changed files with 2,298 additions and 99 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ jobs:

- name: 🧪 Check out repository code
uses: ./.github/workflows/health-check
with:
run-tests: false
2 changes: 2 additions & 0 deletions .github/workflows/release-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:

- name: 🧪 Check out repository code
uses: ./.github/workflows/health-check
with:
run-tests: false

release:
name: 📦 Release Version
Expand Down
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ To get started, follow these steps:
1. Submit a pull request against the `master` branch
1. Ask for a review

### Consistent Development Environment :ninja:

You can use the following command, in order to trigger build for each save :sparkles:

```bash
find ./src -type f -name "*.ts" -o -name "*.sh" | entr -s "npm run build"
```

## Commit Message Guidelines

We follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification. Make sure your commit messages follow the format below:
Expand Down
Loading

0 comments on commit cd7ee0c

Please sign in to comment.