summaryrefslogtreecommitdiffhomepage
path: root/.github
AgeCommit message (Expand)Author
2021-05-05build(deps): bump github/super-linter from v3 to v3.17.0dependabot[bot]
2021-04-28doc/opcode.md: stop reversed link syntax check from markdownlint.Yukihiro "Matz" Matsumoto
2021-04-16feat(CI): add the GitHub Super LinterJohn Bampton
2021-04-13build(deps): bump actions/cache from v2.1.4 to v2.1.5dependabot[bot]
2021-04-08codeql-analysis.yml: remove `git checkout HEAD^2`.Yukihiro "Matz" Matsumoto
2021-04-07build(deps): bump actions/upload-artifact from v2.2.2 to v2.2.3dependabot[bot]
2021-03-23Add `timeout-minutes' to GitHub workflow. [ci skip]Yukihiro "Matz" Matsumoto
2021-03-09chore: upgrade markdownlint GitHub Action node version to 14John Bampton
2021-02-23Bump actions/setup-node from v2.1.4 to v2.1.5dependabot[bot]
2021-02-16Merge pull request #5356 from mruby/dependabot/github_actions/actions/upload-...Yukihiro "Matz" Matsumoto
2021-02-16Bump actions/upload-artifact from v1 to v2.2.2dependabot[bot]
2021-02-16Bump actions/cache from v2 to v2.1.4dependabot[bot]
2021-02-16Merge pull request #5343 from jbampton/add-dependabot-configYukihiro "Matz" Matsumoto
2021-02-14Refine checking for trailing whitespace [skip travis][skip appveyor]KOBAYASHI Shuji
2021-02-13refactor: add the spell checker Action to the Lint Action fileJohn Bampton
2021-02-13feat: add Dependabot config fileJohn Bampton
2021-02-13feat(CI): check for trailing whitespaceJohn Bampton
2021-02-13refactor: only use certified GitHub Actions to increase securityJohn Bampton
2021-02-12Update GitHub Actions.Yukihiro "Matz" Matsumoto
2021-02-12Remove "skip ci" hack to GitHub Actions [skip travis][skip appveyor]KOBAYASHI Shuji
2021-01-08Delay test code build until `rake test`KOBAYASHI Shuji
2021-01-07Immediately flush output to stdout/stderr so that logs are not mixed on CIKOBAYASHI Shuji
2020-12-21Fix typo in `.github/workflows/build.yml` [skip travis][skip appveyor]KOBAYASHI Shuji
2020-12-20Use `git ls-files` instead of `find` in `spell-checker.yml` [ci skip]KOBAYASHI Shuji
2020-12-20Reorganize GitHub Actions configuration [skip travis][skip appveyor]KOBAYASHI Shuji
2020-12-19feat(CI): add a GitHub Action to lint the MarkdownJohn Bampton
2020-12-17feat(CI): add a GitHub Action to check spellingJohn Bampton
2020-12-16Merge pull request #5224 from jbampton/lint-yamlYukihiro "Matz" Matsumoto
2020-12-16Rename build configuration files for CIKOBAYASHI Shuji
2020-12-15feat(CI): add a GitHub Action to lint the YAMLJohn Bampton
2020-12-15refactor: remove trailing whitespace from C, Header, Ruby and YAML filesJohn Bampton
2020-11-17Fix deprecated `set-env` command error on GitHub Actions [ci skip]KOBAYASHI Shuji
2020-10-19Revert `MRUBY_TARGET` mechanism; ref #5096KOBAYASHI Shuji
2020-10-12Fix wrong YAML in `.github/workflows/build.yml`.Yukihiro "Matz" Matsumoto
2020-10-12Invoke `rake gensym` for GitHub action build.Yukihiro "Matz" Matsumoto
2020-10-12Add explicit `gensym` to GitHub Actions.Yukihiro "Matz" Matsumoto
2020-10-12Avoid use of designated initializers to generate `irep` struct.Yukihiro "Matz" Matsumoto
2020-10-12Add `/std:c++latest` to VC option in `build.yml`.Yukihiro "Matz" Matsumoto
2020-10-12Specify new `MRUBY_TARGET` instead of `MRUBY_CONFIG`.Yukihiro "Matz" Matsumoto
2020-10-12Stop Rake multitasking on Windows-VC for the time being.Yukihiro "Matz" Matsumoto
2020-10-12Remove `rake -v` option from GitHub Actions.Yukihiro "Matz" Matsumoto
2020-10-12Use the newer `bison` on GitHub actions macOS; ref #4903Yukihiro "Matz" Matsumoto
2020-10-12Start GitHub Actions; close #4903Takeshi Watanabe
2020-07-07remove verbose test outputRory OConnell
2020-07-07fix rake -m for separating build and test stepsRory OConnell
2020-07-05try not separating build and test stepsRory OConnell
2020-07-05use verbose test output. use correct config file this timeRory OConnell
2020-07-05use correct config fileRory OConnell
2020-07-05separate build and test steps, remove MSCRory OConnell
2020-06-29update CI settings for WindowsRory OConnell