Skip to content

created new v0 of ci pipeline #2

created new v0 of ci pipeline

created new v0 of ci pipeline #2

name: "CI - Continuous Integration"
on:
pull_request:
types: [opened, synchronize]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: "Lint"
run: "echo Lintind..."