Skip to content

Commit

Permalink
Merge pull request #6 from ministryofjustice/dev
Browse files Browse the repository at this point in the history
workflow
  • Loading branch information
georgepstaylor authored Aug 15, 2023
2 parents eaf711f + d52dabd commit b9fb9c1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 47 deletions.
46 changes: 0 additions & 46 deletions .github/workflows/release.yml

This file was deleted.

7 changes: 7 additions & 0 deletions .github/workflows/tag-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ on:
branches:
- main
- dev
paths-ignore:
- "readme.md"
- ".gitignore"
- ".gitattributes"
- ".vscode/**"
- ".idea/**"
- ".github/**"

jobs:
build:
Expand Down
8 changes: 7 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Quick start guide


## Environment variables

Variables are picked up from the environment, or can be specified in a `.env` file in the current directory (at the same level as the file `setup.py`)
See `cli/config.py` for a list of variables.

## Installation for development purposes

`python3 -m venv venv`
Expand All @@ -20,4 +26,4 @@ commit

## Usage

`ldap-automation --help`
`ldap-automation --help`

0 comments on commit b9fb9c1

Please sign in to comment.