summaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
AgeCommit message (Collapse)Author
2023-10-12Fix lint problemsHEADmainYuval Adam
2022-08-07Revert "Another attempt at fixing CI"Yuval Adam
This reverts commit 8469154c82a2a8892293851519a2f7ceb4a5969d.
2022-08-07Another attempt at fixing CIYuval Adam
2022-04-21This CI is getting annoyingYuval Adam
2022-04-21Update setup python action versionYuval Adam
2022-04-21Updating CI build matrixYuval Adam
2022-04-21Fix CI flowYuval Adam
2021-05-14Initial module structureYuval Adam
2021-05-14Implement Github action CI workflow (#4)Yuval Adam
* Add pylint dependency * Add initial pylintrc and scripts * Cleanup lints * Initial CI workflow * Skip tests for now