Archived
1
0
This repository has been archived on 2024-09-09. You can view files and clone it, but cannot push or open issues or pull requests.
code-server/.github/workflows
Joe Previte 71a127a62b
refactor: update prettier and doctoc (#5605)
* docs: add toc to CODE OF CONDUCT

* chore: add prettier ignore blocks to docs

* chore: update styles for Dockerfile

* refactor: separate prettier, doctoc

This does a couple things:
- update `.prettierignore`
- split `prettier` and `doctoc` commands. you can still run with `yarn
  fmt`
- delete `fmt.sh` and add `doctoc.sh`

By doing so, we can run tasks in parallel in CI and we should also have
less false positives than before with `yarn fmt` locally.

* refactor: update prettier job, add doctoc

This modifies the prettier job to use actionsx/prettier. It also adds a
job for `doctoc`.

* chore: upgrade to prettier 2.7.1

* chore: pin doctoc to 2.0.0

* fixup!: add .pc to prettierignore

* feat: add --cache to prettier cmd
2022-10-13 22:16:55 +00:00
..
build.yaml refactor: update prettier and doctoc (#5605) 2022-10-13 22:16:55 +00:00
docs-preview.yaml chore(ci): only run docs preview on docs changes (#5368) 2022-07-21 22:36:11 +00:00
installer.yaml fix: installer tests (#5578) 2022-09-23 00:15:26 +00:00
publish.yaml refactor(ci): fix fetch-depth and add some caching (#5563) 2022-09-19 11:56:34 -05:00
release.yaml chore(ci): move platform steps to release (#5587) 2022-09-27 11:46:37 -07:00
scripts.yaml feat(ci): refactor build workflow (#5572) 2022-09-22 12:33:32 -07:00
security.yaml refactor: run security on package.json changes (#5602) 2022-09-29 14:46:48 -05:00
trivy-docker.yaml chore(deps): update aquasecurity/trivy-action digest to d63413b (#5473) 2022-08-18 01:38:36 +00:00