Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
CMEONE committed May 18, 2022
1 parent b0d069c commit 3900ed3
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 24 deletions.
39 changes: 19 additions & 20 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,27 @@
name: Format

on:
pull_request:
workflow_dispatch:
pull_request:
workflow_dispatch:

jobs:
format:
format:
runs-on: ubuntu-latest

runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

strategy:
matrix:
node-version: [12.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run format

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run format

- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Format
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Format
12 changes: 8 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3900ed3

Please sign in to comment.