update metadata
This commit is contained in:
parent
6b0daba75b
commit
092e3fdee4
@ -6,6 +6,6 @@
|
||||
"repo": "https://github.com/fluxionary/minetest-name_monoid.git",
|
||||
"website": "https://github.com/fluxionary/minetest-name_monoid",
|
||||
"issue_tracker": "https://github.com/fluxionary/minetest-name_monoid/issues",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"license": "LGPL-3.0-or-later",
|
||||
"media_license": "CC-BY-SA-4.0"
|
||||
}
|
||||
|
3
.github/workflows/pre-commit.yml
vendored
3
.github/workflows/pre-commit.yml
vendored
@ -6,6 +6,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: update
|
||||
run: sudo apt-get update -y
|
||||
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions/setup-python@master
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user