summaryrefslogtreecommitdiff
path: root/.github/workflows
AgeCommit message (Collapse)Author
2020-02-04Rename GitHub Action to CIMarc Cornellà
2020-01-29Create Github Action to run tests (#8569)Modded Gamers
The published workflow tests the installer and checks the syntax of known zsh files in the project. Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2019-09-03meta: remove PR triage GitHub action :cry:Marc Cornellà
We do this because the GitHub Actions behavior was changed recently so as to not pass secrets to action runs started from forks, therefore the API token passed cannot be used to change PR labels. There may be an alternative in the future.
2019-08-18meta: add DEBUG_ACTIONS flag to PR triage actionMarc Cornellà
2019-08-13meta: move if condition on workflow to stepsMarc Cornellà
Provisional measure due to "Unexpected value 'if'" error. See https://github.community/t5/GitHub-API-Development-and/jobs-lt-job-id-gt-if-not-working/m-p/28980
2019-08-13meta: convert workflow file to GitHub Actions v2 yml syntaxMarc Cornellà