Skip to content

Commit f23728d

Browse files
authored
Merge pull request #445 from boriel/feature/detect_dead_code
Feature/detect dead code
2 parents 8c55379 + 035a57e commit f23728d

44 files changed

Lines changed: 427 additions & 377 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will install Python dependencies, run tests and lint with a single version of Python
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
33

4-
name: Python application
4+
name: ZXBasic
55

66
on:
77
push:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
![Boriel ZX Basic](img/zxbasic_logo.png)
22

3+
[![Build Status](https://github.com/boriel/zxbasic/workflows/ZXBasic/badge.svg)](https://github.com/boriel/zxbasic/actions)
34
[![Build Status](https://travis-ci.com/boriel/zxbasic.svg?branch=master)](https://travis-ci.com/boriel/zxbasic)
45
[![license](https://img.shields.io/badge/License-GPLv3-blue.svg)](./LICENSE.txt)
56
[![pyversions](https://img.shields.io/pypi/pyversions/zxbasic.svg)](https://pypi.python.org/pypi/zxbasic)

0 commit comments

Comments
 (0)