Skip to content

Commit

Permalink
Add build-package job to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Nov 3, 2023
1 parent 62a2368 commit 0fdf435
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@ name: Lint and Test
on: [push, pull_request]

jobs:
build-package:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.event_name }}-${{ github.workflow }}-${{ github.ref_name }}-build-pkg
cancel-in-progress: true
timeout-minutes: 20
container:
image: ghcr.io/thombashi/python-ci:3.11

steps:
- uses: actions/checkout@v4

- run: make build

lint:
runs-on: ubuntu-latest
concurrency:
Expand Down

0 comments on commit 0fdf435

Please sign in to comment.