aboutsummaryrefslogtreecommitdiff
path: root/.github (follow)
Commit message (Collapse)AuthorAgeFilesLines
* test using current version numbertest-release-actionHisham Muhammad44 hours1-7/+7
|
* quicker debugHisham Muhammad44 hours1-13/+13
|
* ci: add dependencies for Linux binaryHisham Muhammad44 hours1-1/+1
|
* ci: temporary tag value for testHisham Muhammad44 hours1-7/+7
|
* ci: test release actionHisham Muhammad44 hours1-0/+147
|
* .github/workflows: bump openssl versiondaurnimator7 days1-1/+1
| | | | This should fix our CI failure
* chore(ci): use a released LuaRocks versionluau-project2025-07-271-2/+2
|
* chore(ci): bump OpenSSL to 3.5.1 and improve error message.luau-project2025-07-271-2/+2
|
* fix(ci): GitHub Actions yaml lint issuesluau-project2025-07-271-3/+4
|
* ci: automate PR to update LuaRocks version on gh-actions-luarocks (#1808)Luau Project2025-06-301-0/+107
| | | | | | | | | On every tagged release of LuaRocks, there is the need to update LuaRocks version at [https://github.com/luarocks/gh-actions-luarocks/blob/22fa5618dc4ddff1fb251b3b38a0766a8c9ae47f/action.yml#L13](https://github.com/luarocks/gh-actions-luarocks/blob/22fa5618dc4ddff1fb251b3b38a0766a8c9ae47f/action.yml#L13) in the repository [https://github.com/luarocks/gh-actions-luarocks](https://github.com/luarocks/gh-actions-luarocks). Often forgotten, the default LuaRocks version on `gh-actions-luarocks` may lag behind the latest LuaRocks release. Motivated by this comment [https://github.com/luarocks/gh-actions-luarocks/pull/7#issuecomment-2997223378](https://github.com/luarocks/gh-actions-luarocks/pull/7#issuecomment-2997223378), to address this problem, incorporating the changes on this pull request, a new workflow was created to proceed in the following manner: 1. Once a tag is pushed (in the usual format `vX.Y.Z`) on [https://github.com/luarocks/luarocks](https://github.com/luarocks/luarocks), or in a manual workflow triggered by the tag ref, a sanitization step is performed to extract `X.Y.Z` from the `vX.Y.Z` in the job `SanitizeVersion`; 2. In a subsequent job (`CreatePullRequest`), a PR is created at [https://github.com/luarocks/gh-actions-luarocks](https://github.com/luarocks/gh-actions-luarocks) replacing the outdated version by the value `X.Y.Z` extracted earlier.
* chore: move to luarocks/gh-actions-luarocksbzp20102025-06-051-2/+2
|
* fix: use specific luarocks versionbzp20102025-06-051-2/+4
|
* ci(windows): change zlib download urlluau-project2025-03-231-1/+1
|
* fix(coverage): report must be generated and uploaded from the checkout dirluau-project2025-03-141-10/+6
|
* ci(unix): fix code coverage uploadluau-project2025-03-101-11/+18
|
* ci: do not run jobs due changes on docs or markdown filesluau-project2025-03-101-0/+6
|
* ci: enable on main branchHisham Muhammad2025-03-091-36/+36
|
* ci(windows): add windows job to the testing workflow on GHluau-project2025-03-091-0/+548
|
* ci: install bzip2 depenencies explicitlyHisham Muhammad2025-01-031-1/+8
|
* CI: remove luacheckHisham Muhammad2024-10-211-17/+0
|
* CI: add compat53 dependencyHisham Muhammad2024-10-211-0/+1
|
* CI updates for LuaJIT rolling release compatibilityHisham Muhammad2024-08-271-4/+4
|
* tests: enable Github Actions workflow_dispatchHisham Muhammad2024-06-211-0/+2
|
* tests: setup openssl via brew with new pathsHisham Muhammad2024-05-141-0/+4
| | | | https://stackoverflow.com/questions/29651258/install-openssl-devel-on-mac
* makedist: make lua54dir an explicit requirementHisham Muhammad2024-03-131-2/+2
|
* ci: add binary build smoke testHisham Muhammad2024-03-111-0/+16
|
* tests: introduce quick testsHisham Muhammad2024-02-231-2/+2
|
* ci: don't run luacheck twice on pull requestsHisham Muhammad2024-02-201-1/+5
|
* ci: run main tests on master branch as wellHisham Muhammad2024-02-201-1/+1
|
* ci: bump actions/checkout in luacheck.ymlHisham Muhammad2024-02-181-1/+1
| | | | ...to get rid of the GitHub Actions warning about Node.js 16
* Do not auto-add "bug" labels to new issuesHisham Muhammad2022-11-282-5/+4
|
* CI: bump gh-actions-lua to master to use Lua 5.4.4Hisham Muhammad2022-08-261-1/+1
|
* CI: run test workflow on pull requestsHisham Muhammad2022-08-251-1/+5
|
* tests: Use upstream provided GH Action for LuacheckCaleb Maclennan2022-08-252-26/+13
|
* tests: run tests on Lua 5.4 and LuaJIT 2.1Hisham Muhammad2022-04-161-2/+2
|
* update Codecov uploaderHisham Muhammad2022-03-061-1/+3
| | | | | See my Codecov bug report at https://community.codecov.com/t/coverage-ui-off-by-one-when-file-starts-with-a-blank-line/3516/2
* tests: remove Travis CI, add Github ActionsHisham Muhammad2022-02-171-0/+104
|
* Add issue templates for bugs and enhancementsCarl Smedstad2021-05-052-0/+42
The issue tracker does unfortunately contain quite a lot of low-quality issues. I think issue templates can improve this for the future. Adapted from these templates: https://github.com/swaywm/sway/tree/master/.github/ISSUE_TEMPLATE