Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

chore(deps): update node.js to f0869a7 (main) #3755

chore(deps): update node.js to f0869a7 (main)

chore(deps): update node.js to f0869a7 (main) #3755

Workflow file for this run

name: Lint
on: [pull_request, push]
concurrency:
cancel-in-progress: true
group: lint-${{ github.ref }}
jobs:
code:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
cache: "yarn"
- name: Install dependencies
run: |
yarn --immutable
- name: Lint
run: |
yarn lint
docker:
name: Lint Dockerfile
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Lint Dockerfile
uses: hadolint/hadolint-action@v2.1.0
with:
recursive: true