Skip to content

format date uses - #6482

format date uses -

format date uses - #6482

Workflow file for this run

name: Checks
on:
push:
branches:
- master
- dev-*
- dev
- stagging
paths-ignore:
- ".github/**"
- "!.github/workflows/checks.yml"
- "!.github/workflows/ci.yml"
pull_request:
workflow_dispatch:
jobs:
checks:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Setup Go
uses: WillAbides/[email protected]
with:
go-version: 1.21