mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 06:15:47 +01:00
add copyright information and code cleanup
This commit is contained in:
3
.github/Dockerfile
vendored
3
.github/Dockerfile
vendored
@@ -1,3 +1,6 @@
|
||||
# Copyright (c) 2025 Quinn
|
||||
# Licensed under the MIT Licence. See LICENSE for details
|
||||
|
||||
# docker buildx build . -t ghcr.io/thepigeongenerator/mcaselector-lite:latest
|
||||
# docker push ghcr.io/thepigeongenerator/mcaselector-lite:latest
|
||||
FROM debian:testing-slim
|
||||
|
||||
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -1,3 +1,5 @@
|
||||
# Copyright (c) 2025 Quinn
|
||||
# Licensed under the MIT Licence. See LICENSE for details
|
||||
name: CI
|
||||
on:
|
||||
push:
|
||||
|
||||
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -1,3 +1,5 @@
|
||||
# Copyright (c) 2025 Quinn
|
||||
# Licensed under the MIT Licence. See LICENSE for details
|
||||
name: release
|
||||
on:
|
||||
release:
|
||||
|
||||
Reference in New Issue
Block a user