Skip to content

infra(railway): federate api login to github oauth via better-auth #183

infra(railway): federate api login to github oauth via better-auth

infra(railway): federate api login to github oauth via better-auth #183

Workflow file for this run

name: Actionlint
on:
pull_request:
push:
branches: [main]
concurrency:
group: actionlint-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
jobs:
actionlint:
runs-on: ubuntu-24.04
timeout-minutes: 2
permissions:
contents: read
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- uses: reviewdog/action-actionlint@d63ba7532e0942965320cd8d73cbae4c7b3c5283 # v1.73.1
with:
reporter: github-check
filter_mode: nofilter
fail_level: error