Skip to content

NextSmartShip/feishu-notify

Repository files navigation

Create a GitHub Action Using TypeScript

GitHub Super-Linter CI Check dist/ CodeQL Coverage

Use Guide

# 创建test.yml
mkdir ./.github/workflows/test.yml

# 运行docker
docker

# 运行指定yml:
act --container-architecture linux/amd64 --workflows .github/workflows/test.yml -P ubuntu-latest=shivammathur/node:latest

Create Your Own Action

To create your own action, you can use this repository as a template! Just follow the below instructions:

  1. Click the Use this template button at the top of the repository
  2. Select Create a new repository
  3. Select an owner and name for your new repository
  4. Click Create repository
  5. Clone your new repository

Important

Make sure to remove or update the CODEOWNERS file! For details on how to use this file, see About code owners.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published