Skip to content

Commit

Permalink
ci: create an automated Github action to build packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Heikki Ketoharju committed Jan 23, 2024
1 parent f0b3eea commit fb641eb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/create-packages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: create-packages
on: [push]
jobs:
test_job:
runs-on: ubuntu-latest
steps:
- run: python --version
- run: make

0 comments on commit fb641eb

Please sign in to comment.