Skip to content

Bump axios from 0.26.1 to 1.6.0 #37

Bump axios from 0.26.1 to 1.6.0

Bump axios from 0.26.1 to 1.6.0 #37

Workflow file for this run

name: Prettier
on: [push]
jobs:
Prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Install NPM dependencies
run: npm install
- name: Prettify code
uses: creyD/[email protected]
with:
prettier_options: --write **/*.{php,js} --config .prettierrc --ignore-path .prettierignore
prettier_plugins: '@prettier/plugin-php prettier-plugin-tailwindcss'