Skip to content

(ui): Added food-product-detail.tsx screen with dummy data #18

(ui): Added food-product-detail.tsx screen with dummy data

(ui): Added food-product-detail.tsx screen with dummy data #18

---
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