mirror of
https://github.com/Lakr233/GitLab-License-Generator.git
synced 2026-01-30 11:55:35 +02:00
Put Back Old Keys
This commit is contained in:
0
.github/.gitkeep
vendored
Normal file
0
.github/.gitkeep
vendored
Normal file
20
.github/workflows/build.yml
vendored
Normal file
20
.github/workflows/build.yml
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
name: Ruby Gem
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
schedule:
|
||||
- cron: "0 1 * * *"
|
||||
|
||||
jobs:
|
||||
rebuild:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- name: Checkout Source Code
|
||||
uses: actions/checkout@v4.1.1
|
||||
- name: Build
|
||||
run: |
|
||||
./make.sh
|
||||
Reference in New Issue
Block a user