Skip to content

Merge branch 'feature/addTimelockController' into verifyV5.0.1 #843

Merge branch 'feature/addTimelockController' into verifyV5.0.1

Merge branch 'feature/addTimelockController' into verifyV5.0.1 #843

Workflow file for this run

on:
push:
branches-ignore:
- main
workflow_dispatch:
branches:
- '**'
name: prettier
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
# Make sure the actual branch is checked out when running on pull requests
ref: ${{ github.head_ref }}
- name: Prettify code
uses: creyD/[email protected]
with:
# This part is also where you can pass other options, for example:
prettier_options: --write **/*.{sol,md,js}
prettier_plugins: prettier-plugin-solidity
prettier_version: 2.8.8