Skip to content

Commit

Permalink
Merge pull request #3 from Danielv123/repo-visualizer
Browse files Browse the repository at this point in the history
Repo visualizer
  • Loading branch information
Danielv123 authored Oct 12, 2022
2 parents cdfc80d + a91c045 commit 12089c8
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .github/workflows/diagram.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Create diagram
on:
workflow_dispatch: {}
push:
branches:
- main
jobs:
get_data:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Update diagram
uses: githubocto/repo-visualizer@main
with:
output_file: "images/diagram.svg"
excluded_paths: "dist,node_modules,package-lock.json,.luacheckrc"
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Run the following commands in the folder Clusterio is installed to:

Substitute clusteriomaster with clusterioslave or clusterioctl if this a dedicated slave or ctl installation respectively.

![Visualization of this repo](./images/diagram.svg)

## Development setup

Clone the repository in clusterio/external_plugins/
Expand Down
Binary file added images/gridlock_discord_icon.webp
Binary file not shown.
1 change: 0 additions & 1 deletion module/faction/gui/faction_server_status/events.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
local clusterio_api = require("modules/clusterio/api")
local util_gui = require("modules/gridworld/util/gui")

local function on_gui_click(_, action, player)
Expand Down

0 comments on commit 12089c8

Please sign in to comment.