Skip to content

chore(deps): update dependency eslint-plugin-functional to v6.0.0-next.4 #2427

chore(deps): update dependency eslint-plugin-functional to v6.0.0-next.4

chore(deps): update dependency eslint-plugin-functional to v6.0.0-next.4 #2427

Workflow file for this run

name: Format code
on: [push, pull_request]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: Install dependencies
uses: bahmutov/npm-install@v1
- name: Run format
run: yarn format
- name: Commit changes
uses: stefanzweifel/[email protected]
with:
commit_message: 'chore: apply formatting changes'
branch: ${{ github.head_ref }}