Skip to content

Commit

Permalink
fix(deps): use python-3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
igboyes committed May 27, 2024
1 parent d2e40a2 commit 713b333
Show file tree
Hide file tree
Showing 11 changed files with 856 additions and 1,233 deletions.
1 change: 0 additions & 1 deletion .dockerignore

This file was deleted.

18 changes: 11 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,39 +17,43 @@ jobs:
if: github.event_name == 'pull_request'
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v5
- name: Commitlint
uses: wagoid/commitlint-github-action@v5
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: docker build .
run: docker build --target base .
test:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build and Test
uses: actions/checkout@v4
- name: Build
id: build-push
uses: docker/build-push-action@v4
with:
context: .
load: true
tags: ${{ env.TEST_TAG }}
target: test
- name: Test
run: docker run ${{ env.TEST_TAG }}
release:
runs-on: ubuntu-22.04
if: github.event_name == 'push'
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- name: Install semantic-release
run: npm i semantic-release@v18.0.0 conventional-changelog-conventionalcommits@4.6.1
- name: Release
Expand Down
5 changes: 0 additions & 5 deletions .pre-commit-config.yaml

This file was deleted.

263 changes: 0 additions & 263 deletions Cargo.lock

This file was deleted.

13 changes: 0 additions & 13 deletions Cargo.toml

This file was deleted.

Loading

0 comments on commit 713b333

Please sign in to comment.