Skip to content

Replace x.com with twitter.com #203

Replace x.com with twitter.com

Replace x.com with twitter.com #203

Workflow file for this run

name: Format
on:
push:
branches:
jobs:
format:
name: Prettier
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Run format
run: yarn format
- uses: stefanzweifel/[email protected]
with:
commit_message: Format by GitHub Actions