test new prettier action
This commit is contained in:
parent
894001e77c
commit
01a0a4faf3
8
.github/workflows/prettier.yml
vendored
8
.github/workflows/prettier.yml
vendored
@ -9,11 +9,9 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: "18.x"
|
||||
- run: npm ci
|
||||
- run: npm run prettier
|
||||
- uses: actionsx/prettier@v2
|
||||
with:
|
||||
args: --write .
|
||||
- name: Commit changes
|
||||
uses: stefanzweifel/git-auto-commit-action@v4.1.2
|
||||
with:
|
||||
|
@ -7,8 +7,8 @@ import { app } from "./app";
|
||||
|
||||
const options = {
|
||||
key: fs.readFileSync("static/certs/key.pem"),
|
||||
cert: fs.readFileSync("static/certs/cert.pem"),
|
||||
passphrase: "123456"
|
||||
cert: fs.readFileSync("static/certs/cert.pem"),
|
||||
passphrase: "123456"
|
||||
};
|
||||
|
||||
// const server = http.createServer(app).listen(80);
|
||||
|
Loading…
x
Reference in New Issue
Block a user