Skip to content

Align dev container Instant Client TZ data with Oracle server #1559

Align dev container Instant Client TZ data with Oracle server

Align dev container Instant Client TZ data with Oracle server #1559

Workflow file for this run

name: Linting
on:
- pull_request
jobs:
yamllint:
name: Yamllint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Ruby 4.0
uses: ruby/setup-ruby@v1
with:
ruby-version: 4.0
- name: Yamllint
uses: karancode/yamllint-github-action@master
with:
yamllint_comment: true
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}