Skip to content

(backed): Added user schemas from fastapi-users and fastapi-users routes #16

(backed): Added user schemas from fastapi-users and fastapi-users routes

(backed): Added user schemas from fastapi-users and fastapi-users routes #16

---
name: Lint Dockerfile
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
# Step 1: Checkout the repository to get access to the Dockerfile
- name: Checkout repository
uses: actions/checkout@v3
# Step 2: Run Dockerfile Linter
- name: Lint Dockerfile
uses: github/super-linter@v4
env:
VALIDATE_DOCKERFILE: true