Skip to content

Commit

Permalink
GIT: improved workflow + DOC: small change in README
Browse files Browse the repository at this point in the history
  • Loading branch information
rpartzsch committed Oct 25, 2024
1 parent 3f01f9f commit 3b2287c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,14 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/action@v3.0.1
with:
extra_args: flake8 --all-files

installation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- name: Install dependencies
run: |
pip install -e .
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ motor init MOTORNAME
```

### Configuration
The step size of a specific stage is given in um for translation stages and deg for rotation stages and can be obtained from the 'Design resolution' in e.g. [PI precision position and motion control](https://www.pi-usa.us/fileadmin/user_upload/physik_instrumente/files/CAT/PI-CAT132E-Precision-Positioning-and-Motion-Control-Web.pdf).

| Configuration | Description | Type |
|-----------|-------------|------|
Expand Down

0 comments on commit 3b2287c

Please sign in to comment.