mirror of
https://github.com/Paillat-dev/discord-emojis.git
synced 2026-01-02 00:56:19 +00:00
Add initial configuration files for GitHub Actions and copywrite checks
This commit is contained in:
13
.github/workflows/CI.yaml
vendored
Normal file
13
.github/workflows/CI.yaml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "master"]
|
||||
pull_request:
|
||||
branches: ["master"]
|
||||
|
||||
jobs:
|
||||
quality:
|
||||
uses: ./.github/workflows/quality.yaml
|
||||
permissions:
|
||||
contents: read
|
||||
Reference in New Issue
Block a user