Skip to content

Merge branch 'master' of https://github.com/hkbus/hk-independent-bus-eta #246

Merge branch 'master' of https://github.com/hkbus/hk-independent-bus-eta

Merge branch 'master' of https://github.com/hkbus/hk-independent-bus-eta #246

Workflow file for this run

name: Prettify
on: [push]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Prettify code
uses: creyD/prettier_action@v4.3
with:
prettier_options: --write ./src/**/*.{js,jsx,ts,tsx}