X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=.config%2Fcoc%2Fextensions%2Fnode_modules%2Fcoc-prettier%2Fnode_modules%2Fis-core-module%2F.github%2Fworkflows%2Fnode-pretest.yml;fp=.config%2Fcoc%2Fextensions%2Fnode_modules%2Fcoc-prettier%2Fnode_modules%2Fis-core-module%2F.github%2Fworkflows%2Fnode-pretest.yml;h=3921e0ae6cd6ba4cfe72bd34f58a937c00c69aed;hb=4d07c77cf4d78cab8639e13ddc3c22495e585b0b;hp=0000000000000000000000000000000000000000;hpb=b3950616b54221c40a7dab9099bda675007e5b6e;p=dotfiles%2F.git diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/is-core-module/.github/workflows/node-pretest.yml b/.config/coc/extensions/node_modules/coc-prettier/node_modules/is-core-module/.github/workflows/node-pretest.yml new file mode 100644 index 00000000..3921e0ae --- /dev/null +++ b/.config/coc/extensions/node_modules/coc-prettier/node_modules/is-core-module/.github/workflows/node-pretest.yml @@ -0,0 +1,26 @@ +name: 'Tests: pretest/posttest' + +on: [pull_request, push] + +jobs: + pretest: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - uses: ljharb/actions/node/run@main + name: 'npm install && npm run pretest' + with: + node-version: 'lts/*' + command: 'pretest' + + posttest: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - uses: ljharb/actions/node/run@main + name: 'npm install && npm run posttest' + with: + node-version: 'lts/*' + command: 'posttest'