rust/.github/workflows
Tetsuharu Ohzeki 5cca093fa8 editor/code: Break down CI steps to know what is failing easily
To do this change, we reorganize npm-script.

| previous           | after                                  |
|--------------------|----------------------------------------|
| `npm run lint`     | `npm run lint && npm run format:check` |
| `npm run fix`      | `npm run lint:fix && npm run format`   |

The previous `npm run fix` sometimes does not complete fix automatically
because ESLint's autofix doees not follow prettier's formatting.
So we need to run `npm run lint:fix && npm run format` by this order.
2023-07-23 01:51:57 +09:00
..
autopublish.yaml autopublish: Rename crates after removing libs from workspace 2023-06-27 07:50:57 +10:00
ci.yaml editor/code: Break down CI steps to know what is failing easily 2023-07-23 01:51:57 +09:00
fuzz.yml Update .github/workflows/fuzz.yml 2023-02-03 13:15:27 +02:00
metrics.yaml Default to stable toolchain for metrics workflow 2023-07-13 10:54:24 +02:00
publish-libs.yaml Publish libs on master push 2023-05-07 02:40:37 -07:00
release.yaml Specify --pre-release when publishing vsce nightly 2023-04-24 21:02:24 +02:00
rustdoc.yaml try fixing spurious CI failures on windows 2022-07-16 11:42:28 +01:00