diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml deleted file mode 100644 index 7506be9..0000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -1,48 +0,0 @@ -name: CI - -on: - push: - branches: [ main, copilot/** ] - pull_request: - branches: [ main ] - -jobs: - lint-test-build: - runs-on: ubuntu-latest - - strategy: - matrix: - node-version: [18.x, 20.x] - - steps: - - name: Checkout code - uses: actions/checkout@v4 - - - name: Setup Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 - with: - node-version: ${{ matrix.node-version }} - cache: 'npm' - - - name: Install dependencies - run: npm ci - - - name: Run ESLint - run: npm run lint - - - name: Check formatting - run: npm run format:check - - - name: Run tests - run: npm run test:run - - - name: Build project - run: npm run build - - - name: Upload build artifacts - if: matrix.node-version == '20.x' - uses: actions/upload-artifact@v4 - with: - name: build-artifacts - path: dist/ - retention-days: 7 diff --git a/flights.html b/flights.html index 9d562f0..55e5557 100644 --- a/flights.html +++ b/flights.html @@ -15,15 +15,15 @@ Under Construction
diff --git a/index.html b/index.html index 576e570..e6790d2 100644 --- a/index.html +++ b/index.html @@ -15,15 +15,15 @@ Under Construction
diff --git a/info.html b/info.html index c28418a..f5595ee 100644 --- a/info.html +++ b/info.html @@ -14,19 +14,19 @@ Under Construction

What elements are AI?

-

The only AI written code as of Feb 20th 2026 on this site is the code for music playback on the homepage. It uses javascript to play the music when you click anywhere (if the music isn't already playing). AI has also assisted me in how to set the background to the checkerboard pattern, but didn't directly code it. The git messages are written by AI, so I don't need to keep track of my changes before the push.

+

The AI written code on this website as of Feb 22nd 2026 is the code for music playback on the homepage. It uses javascript to play the music when you click anywhere (if the music isn't already playing). AI has also assisted me in how to set the background to the checkerboard pattern, but didn't directly code it. The git messages are written by AI, so I don't need to keep track of my changes before the push. Another AI tool I use is the AI assisted auto-complete.

Background Music

song cover diff --git a/links.html b/links.html index 55ff242..5e78357 100644 --- a/links.html +++ b/links.html @@ -14,15 +14,15 @@ Under Construction

Cool Links