aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-07-22 16:50:32 +0200
committerMiquel Sabaté Solà <mssola@mssola.com>2026-07-22 16:50:32 +0200
commit28a5ff3295ae8c80a6ac973fb94697bd445019f3 (patch)
tree3a075f96afce6070cc0f6c646f7bf3974695a57d /.github/workflows/ci.yml
parent32cc52037510d8cbb3d3b2dcf7eb398836717276 (diff)
downloadcode.nes-28a5ff3295ae8c80a6ac973fb94697bd445019f3.tar.gz
code.nes-28a5ff3295ae8c80a6ac973fb94697bd445019f3.zip
Remove .github directory
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml24
1 files changed, 0 insertions, 24 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
deleted file mode 100644
index 19e3498..0000000
--- a/.github/workflows/ci.yml
+++ /dev/null
@@ -1,24 +0,0 @@
-name: CI
-
-on:
- push:
- branches: [main]
- pull_request:
- branches: [main]
-
-jobs:
- test:
- name: Continuous Integration
- runs-on: ubuntu-latest
-
- steps:
- - name: Checkout Code
- uses: actions/checkout@v4
-
- - name: Install dependencies from Ubuntu sources
- run: |
- sudo apt-get update
- sudo apt-get install cc65 fceux
-
- - name: Main task
- run: make