Automating with GitHub Actions

Installation
SKILL.md

Automating with GitHub Actions

Quick Start

# .github/workflows/ci.yml
name: CI

on:
  push:
    branches: [main]
  pull_request:
    branches: [main]
Installs
GitHub Stars
4
First Seen
Automating with GitHub Actions — doanchienthangdev/omgkit