Commit Graph

11 Commits

Author SHA1 Message Date
Sampark Sharma b4961a9c3d Merge branch 'main' into patch-6 2022-03-30 14:57:23 +05:30
Thomas Boop 1d9d6d7fb0 Update Actions to node16 (#1469)
* update actions

* address merge conflicts

* fix java updates

* update github script

* update cache to v3

Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
2022-03-28 22:40:48 +05:30
arjundashrath d6dfba970f Update deno.yml 2022-02-14 13:03:20 +05:30
Aarnav Pai 1220bda7e4 Fix version of denoland/setup-deno (#1369)
* Fix version of `denoland/setup-deno`

* Update deno.yml
2022-01-27 10:51:47 -05:00
David Sherret 5ba97df54d Remove matrix for Deno template. (#1024)
Fixes: The actions/checkout action on windows checks out files with \r\n line endings instead of preserving them. This causes deno fmt --check to fail because the line endings are \r\n instead of \n. Instead of working around this problem specifically on Windows, this change removes the matrix in order to simplify the action.

Co-authored-by: Josh Gross <joshmgross@github.com>
2021-07-26 13:22:45 -04:00
Luca Casonato 7c29ac2481 switch to official denoland/setup-deno action (#909)
* switch to official denoland/setup-deno action

Also adds formatting and linting to the workflow (like dart workflow), and use uniform capitalization.

* update commit hash

Co-authored-by: Josh Gross <joshmgross@github.com>
2021-05-24 16:02:03 -04:00
Maximous Black 4c50c2463d Update deno.yml 2020-08-25 13:24:46 +05:30
Maximous Black b2a9ff937c Update Deno Workflow
- Use 40 char SHA string for action's version
- Add nightly testing
- Add cross platform testing
2020-08-22 17:26:46 +05:30
Maximous Black e0b4d1e49e added warning 2020-07-24 01:31:50 +05:30
Maximous Black 96bdc687f4 made it as simple as possible 2020-07-24 01:30:01 +05:30
Maximous Black 860fdf02bf Create deno.yml 2020-07-24 01:13:53 +05:30