rust-analyzer/.github
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
..
actions/github-release Fix readme 2023-04-24 15:39:00 -04:00
ISSUE_TEMPLATE Add more basic issue templates with auto category labeling 2023-02-03 10:48:37 +01:00
workflows editor/code: Break down CI steps to know what is failing easily 2023-07-23 01:51:57 +09:00