Skip to content

Commit

Permalink
Rebuild sheep including the latest changes from master
Browse files Browse the repository at this point in the history
  • Loading branch information
Minion3665 committed Nov 25, 2021
2 parents b4a3272 + af55169 commit d1874e3
Show file tree
Hide file tree
Showing 42 changed files with 10,379 additions and 269 deletions.
34 changes: 34 additions & 0 deletions .github/workflows/flakehell.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Run the linters with a baseline

name: FlakeHell

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:

strategy:
matrix:
python-version: [3.7, 3.8, 3.9]

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install Poetry
uses: abatilo/[email protected]
with:
poetry-version: 1.1.11
- name: Disable vitual envs
run: poetry config virtualenvs.create false
- name: Install dependencies
run: poetry install
- name: Run FlakeHell
run: flakehell lint
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: sheepsrc/package-lock.json
- name: Instal dependencies
- name: Install dependencies
run: npm install
working-directory: sheepsrc
- name: Test if build
Expand Down
Loading

0 comments on commit d1874e3

Please sign in to comment.