Skip to content

fix: Handle DST transitions in group_by_dynamic (#25410) #29345

fix: Handle DST transitions in group_by_dynamic (#25410)

fix: Handle DST transitions in group_by_dynamic (#25410) #29345

Workflow file for this run

name: Lint global
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Lint Markdown and TOML
uses: dprint/check@v2.3
- name: Spell Check with Typos
uses: crate-ci/typos@v1.42.0
- name: Install ripgrep
run: sudo apt-get update && sudo apt-get install -y ripgrep
- name: Check for FIXME comments
run: make check-fixme