Skip to content

mathieu/feature/gek Add updated ProgressBar #1447

mathieu/feature/gek Add updated ProgressBar

mathieu/feature/gek Add updated ProgressBar #1447

# Leka - iOS Monorepo
# Copyright 2023 APF France handicap
# SPDX-License-Identifier: Apache-2.0
name: Linter - License Checker
on:
pull_request:
types: [opened, synchronize, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
license_checker:
name: lint
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 1
lfs: true
- name: Install deno
uses: denoland/setup-deno@v1
with:
deno-version: vx.x.x
- name: Check licenses in all files
run: |
deno run --allow-read https://deno.land/x/[email protected]/main.ts