Skip to content

Merge pull request #85 from skalnik/new-api-who-dis #38

Merge pull request #85 from skalnik/new-api-who-dis

Merge pull request #85 from skalnik/new-api-who-dis #38

Workflow file for this run

name: Clean Up
on:
push:
branches: [ main ]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: Setup
uses: actions/setup-node@v1
- name: Install
run: npm install
- name: Run fix
run: npm run lint:fix
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Apply prettier fixes 🤖