From 731bc2e0855de04ec7f57d63e09105fa7f619a45 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 11 Feb 2026 22:15:43 +0100 Subject: bin: improve the style and add more documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit And also run rubocop on the CI for good measure. Signed-off-by: Miquel Sabaté Solà --- .github/workflows/build.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b81bc3e..4de3241 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,17 @@ jobs: uses: actions/checkout@v4 - name: Install dependencies from Ubuntu sources - run: sudo apt-get install cc65 ruby + run: sudo apt-get install cc65 + + - name: Set up Ruby + uses: ruby/setup-ruby@v1 + with: + ruby-version: 'ruby' + + - name: Lint scripts on bin/ + run: | + gem install rubocop + rubocop bin/ --format github - name: Main task run: V=1 make all -- cgit v1.2.3