1
0
forked from N0VA/kewt

Actions! Work!

This commit is contained in:
2026-03-11 07:51:31 +01:00
parent 9ced2af562
commit 9ae965662c
3 changed files with 5 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ on:
jobs:
shellcheck:
runs-on: ubuntu-latest
runs-on: local
steps:
- uses: actions/checkout@v4
- name: Install Shellcheck

View File

@@ -6,7 +6,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: local
steps:
- name: Checkout repository
uses: actions/checkout@v4

View File

@@ -4,6 +4,9 @@ on:
release:
types: [published]
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest