Skip to content

Bump serve-static and express in /server #30

Bump serve-static and express in /server

Bump serve-static and express in /server #30

Workflow file for this run

name: lint
# Controls when the action will run.
on:
# Triggers the workflow on push events.
push:
# Allows you to run this workflow manually from the Actions tab.
workflow_dispatch:
jobs:
prettier:
# The type of runner that the job will run on.
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can
# access it.
- uses: actions/checkout@v3
- name: Format with Prettier
uses: creyD/prettier_action@v4.3
with:
commit_message: Format code with Prettier