Skip to content

Mεγαλύτερη Γραμματοσείρα για να είναι λιγο πιο ομιομόρμο .. #202

Mεγαλύτερη Γραμματοσείρα για να είναι λιγο πιο ομιομόρμο ..

Mεγαλύτερη Γραμματοσείρα για να είναι λιγο πιο ομιομόρμο .. #202

Workflow file for this run

name: CI
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
pull_request:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run Shellcheck
uses: azohra/shell-linter@latest
with:
args: --external-sources