-
Notifications
You must be signed in to change notification settings - Fork 0
Add Python support #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| container: ghcr.io/elimity-com/insights-sdk:18279107697 | ||
| runs-on: ubuntu-22.04 | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| - run: test -z "$(goarrange run -d)" | ||
|
|
||
| black: |
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium
| container: ghcr.io/elimity-com/insights-sdk:18279107697 | ||
| runs-on: ubuntu-22.04 | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| - run: npm ci | ||
| - run: npx buf lint | ||
| - run: buf lint | ||
|
|
||
| check: |
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium
| container: ghcr.io/elimity-com/insights-sdk:18279107697 | ||
| runs-on: ubuntu-22.04 | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| - run: GOFLAGS='-buildvcs=false' golangci-lint run | ||
|
|
||
| isort: |
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium
| container: ghcr.io/elimity-com/insights-sdk:18279107697 | ||
| runs-on: ubuntu-22.04 | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| - run: poetry install | ||
| - run: poetry run isort -c src | ||
|
|
||
| mypy: |
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium
aa7cf9b to
091cc6b
Compare
| container: ghcr.io/elimity-com/insights-sdk:18279107697 | ||
| runs-on: ubuntu-22.04 | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| - run: npm ci | ||
| - run: npm version --no-git-tag-version ${{ github.event.release.tag_name }} | ||
| - run: npx tsc | ||
| - run: env NPM_CONFIG_//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }} npm publish --access public | ||
| - run: poetry version $(poetry version -s --dry-run ${{ github.event.release.tag_name }}) | ||
| - run: POETRY_PYPI_TOKEN_PYPI=${{ secrets.PYPI_TOKEN }} poetry publish --build |
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium
091cc6b to
1b1b6f9
Compare
No description provided.