Skip to content

Commit

Permalink
Merge pull request #4 from mraniki/dev
Browse files Browse the repository at this point in the history
fix: build workflow and lint action
  • Loading branch information
mraniki authored Apr 23, 2023
2 parents 64f2fa1 + 3e434a2 commit b701d6b
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/🐍build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,21 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.10'


- name: Lint Code Base
uses: github/super-linter@v5
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Install dependencies
run: |
python -m pip install --upgrade pip twine
pip install poetry
poetry install
- name: Build package
run: poetry build

lint:
- name: Lint Code Base
uses: github/super-linter@v5
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

release:
# Run semantic release:
Expand Down

0 comments on commit b701d6b

Please sign in to comment.