diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-22 16:50:32 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-22 16:50:32 +0200 |
| commit | 28a5ff3295ae8c80a6ac973fb94697bd445019f3 (patch) | |
| tree | 3a075f96afce6070cc0f6c646f7bf3974695a57d /.github/workflows | |
| parent | 32cc52037510d8cbb3d3b2dcf7eb398836717276 (diff) | |
| download | code.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')
| -rw-r--r-- | .github/workflows/ci.yml | 24 |
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 |
