Commit Graph

7 Commits

Author SHA1 Message Date
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