Skip to content

Allow the session data to be updated #25

Allow the session data to be updated

Allow the session data to be updated #25

Workflow file for this run

name: standard
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
check-code-style-standard:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Standard
run: npm i -D standard
- name: Check code style format
run: npm run lint