summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2019-10-24Update GitHub Actions, powershell is default on windows (#3195)Kang Huaishuai
https://github.blog/changelog/2019-10-17-github-actions-default-shell-on-windows-runners-is-changing-to-powershell/
2019-10-21Reenable std tests that were disabled during merge (#3159)Nick Stott
2019-10-15Add debug build to github actionsRyan Dahl
This disabled the tty_tests which seem to be very flaky with the debug build.
2019-10-09Run deno_std tests in github actionsRyan Dahl
2019-10-06refactor benchmark results posting (#3076)Christian Moritz
2019-10-05CI: don't build while linting and publish in forks (#3070)Christian Moritz
2019-10-05merge build.yml and lint.yml (#3066)Ryan Riginding
Fixes #3063
2019-10-04add timeout to CI (#3061)Bartek IwaƄczuk
2019-10-03Remove travis and appveyor. Release with github actions (#3052)Ryan Dahl
Fixes #2979
2019-10-03Update rust to 1.38.0 (#3030)Andy Hayden
2019-10-02Run benchmarks from GH actions instead of Travis (#3049)Ryan Dahl
2019-09-19Remove test.py, use cargo test as test frontend (#2967)Ryan Dahl
Fixes #2933
2019-09-18Run github actions on all pull requests (#2980)Ryan Dahl
2019-09-18First pass at github actions (#2966)Ryan Dahl
2019-02-11web design (#1728)Ryan Dahl
2019-02-11fix: improve formatting (#1732)Yoshiya Hinosawa
2019-02-09Add read permission for format.ts (#1726)Yoshiya Hinosawa
2019-02-08fix format command in contribution guide (#1712)bokuweb
2019-01-31Add item to CONTRIBUTING.md about needing testsKitson Kelly
This adds requiring tests covering the change as a pre-req before raising a PR.
2019-01-17Rewrite tools/format.py in deno (#1528)Yoshiya Hinosawa
Note: findFiles and findFilesWalk are borrowed from the previous attempt of @pseudo-su (#1434)
2018-10-19Add Docs.mdRyan Dahl
Remove stuff from Roadmap that has been implemented.
2018-10-14Add CONTRIBUTING.mdKitson Kelly
2018-09-09docs: add contributing guideYoshiya Hinosawa