Skip to content

add TimeEntryCreateModal and MoreOptionsDropdown to ui package #905

add TimeEntryCreateModal and MoreOptionsDropdown to ui package

add TimeEntryCreateModal and MoreOptionsDropdown to ui package #905

Workflow file for this run

name: PHP Linting
on: push
jobs:
pint:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: "Checkout code"
uses: actions/checkout@v4
- name: "Check code style"
uses: aglipanci/laravel-pint-action@2.4
with:
configPath: "pint.json"