From 394bf00ce1cfd2d6899df568c3338509d6acd490 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 27 Jun 2025 20:38:21 +0900 Subject: workflows: workflows via nix --- .github/dependabot.yml | 17 ----------------- .github/workflows/static.yml | 25 ------------------------- 2 files changed, 42 deletions(-) delete mode 100644 .github/dependabot.yml delete mode 100644 .github/workflows/static.yml (limited to '.github') diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index cbfbb4ba..00000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,17 +0,0 @@ -version: 2 -updates: - - package-ecosystem: github-actions - directory: "/" - schedule: - interval: daily - target-branch: main - - package-ecosystem: npm - directory: "/" - schedule: - interval: daily - target-branch: main - - package-ecosystem: pip - directory: "/" - schedule: - interval: daily - target-branch: main diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml deleted file mode 100644 index 9118e7c4..00000000 --- a/.github/workflows/static.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Validate and process static files - -on: [pull_request, push] - -jobs: - static: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 - with: - cache: npm - - uses: actions/setup-python@v5 - with: - python-version: '3.12' - cache: pip - - - run: sudo apt-get update - - run: sudo apt-get -y install libxml2-utils yajl-tools moreutils zopfli - - run: npm ci --ignore-scripts - - run: 'pip install --require-hashes --only-binary :all: -r requirements.txt' - - - name: process static - run: ./process-static -- cgit v1.3.1