diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-22 16:54:28 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-22 16:54:28 +0200 |
| commit | f8e34fbfbe5a9c286354346d8c75e095e9c86f2c (patch) | |
| tree | 3ae01e99af72388c34ca64b56ff48c4adc0cf51a /.github/workflows | |
| parent | d8847d6eb13162ac2bae191e176bff18a8161245 (diff) | |
| download | list.nes-f8e34fbfbe5a9c286354346d8c75e095e9c86f2c.tar.gz list.nes-f8e34fbfbe5a9c286354346d8c75e095e9c86f2c.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 | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml deleted file mode 100644 index c590235..0000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -1,22 +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 install cc65 fceux ruby - - - name: Main task - run: make |
