Skip to content

Lint 3162bf0a105897e9545f938f51d75b74bfa5e841 #45

Lint 3162bf0a105897e9545f938f51d75b74bfa5e841

Lint 3162bf0a105897e9545f938f51d75b74bfa5e841 #45

Workflow file for this run

name: Lint
run-name: Lint ${{github.sha}}
on:
push:
branches: ["**"]
pull_request:
branches: ["**"]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Build Docker container for lint
run: docker build -t usmile-lint -f Dockerfile.lint .
- name: Run built container
run: docker run usmile-lint