mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
78973eaf3f
This implements an initial GitHub Actions workflow for us - to be run on PRs and on `main` commits. This just implements a really simple `style/fmt` check - running `prettier` on the `README.md`. I assumed we'll stick with using a top-level `Makefile` for commands like in `m` and `link` - but open to alternatives, too! Since I was adding a `package.json` and `node_modules` for this, I realized we were missing `.gitignore`s, so I added some a subset of the ignore files from `coder/m`
13 lines
826 B
Plaintext
13 lines
826 B
Plaintext
###############################################################################
|
|
# NOTICE #
|
|
# If you change this file, kindly copy-pasta your change into .prettierignore #
|
|
# and .eslintignore as well. See the following discussions to understand why #
|
|
# we have to resort to this duplication (at least for now): #
|
|
# #
|
|
# https://github.com/prettier/prettier/issues/8048 #
|
|
# https://github.com/prettier/prettier/issues/8506 #
|
|
# https://github.com/prettier/prettier/issues/8679 #
|
|
###############################################################################
|
|
|
|
node_modules
|
|
.eslintcache |