Skip to content

fix: update yandex idp provider config #7

fix: update yandex idp provider config

fix: update yandex idp provider config #7

Workflow file for this run

name: CI/CD
on:
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: |
wget -O ./hadolint https://github.com/hadolint/hadolint/releases/download/v2.10.0/hadolint-Linux-x86_64
sudo chmod +x ./hadolint
- name: Linting Dockerfile
run: ./hadolint Dockerfile