Skip to content

Commit

Permalink
Merge pull request #3 from robandpdx-org/convert-facebook-home-robot-…
Browse files Browse the repository at this point in the history
…to-actions

do it
  • Loading branch information
jk0 authored Apr 24, 2024
2 parents 9163818 + 19d21da commit fa9f656
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-python@v5
with:
python-version: '3.8'
- name: Running precommit checks
run: |
pip install pre-commit
pre-commit install-hooks
pre-commit run --all-files
- uses: actions/[email protected]
- name: Running precommit checks
uses: actions/setup-python@v5
with:
python-version: '3.8'
run: |
pip install pre-commit
pre-commit install-hooks
pre-commit run --all-files
home_robot:
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit fa9f656

Please sign in to comment.