Skip to content

Commit

Permalink
Merge pull request #53 from bwignall/ci_add_dicts
Browse files Browse the repository at this point in the history
Add dictionaries to GH actions
  • Loading branch information
bwignall authored Nov 12, 2022
2 parents 3e72df0 + d90e810 commit af469bb
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions .github/workflows/code-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,10 @@ jobs:
- name: Install pipenv
run: pip install pipenv

- name: Install dictionaries
run: sudo apt-get install wamerican-huge wbritish-huge

- name: Run tests
run: |
pipenv install --dev
pipenv run pytest
pre_commit:
name: pre-commit
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Install Python
uses: actions/setup-python@v3
with:
python-version: 3.6

- name: Run pre-commit
uses: pre-commit/[email protected]

0 comments on commit af469bb

Please sign in to comment.