mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
wip: 🔕 temporary commit
This commit is contained in:
parent
4e653f37d3
commit
75476a22c0
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
@ -14,18 +14,6 @@ jobs:
|
|||||||
- run: echo WIP
|
- run: echo WIP
|
||||||
|
|
||||||
#jobs:
|
#jobs:
|
||||||
# purge-cdn-cache:
|
|
||||||
# name: Purge jsDelivr CDN cache
|
|
||||||
# runs-on: ubuntu-latest
|
|
||||||
# steps:
|
|
||||||
# - uses: gacts/purge-jsdelivr-cache@v1 # Action page: <https://github.com/gacts/purge-jsdelivr-cache>
|
|
||||||
# with:
|
|
||||||
# url: |
|
|
||||||
# https://cdn.jsdelivr.net/gh/tarampampam/error-pages@2/l10n/l10n.js
|
|
||||||
# https://cdn.jsdelivr.net/gh/tarampampam/error-pages@2/l10n/l10n.min.js
|
|
||||||
# https://cdn.jsdelivr.net/gh/tarampampam/error-pages@latest/l10n/l10n.js
|
|
||||||
# https://cdn.jsdelivr.net/gh/tarampampam/error-pages@latest/l10n/l10n.min.js
|
|
||||||
#
|
|
||||||
# build:
|
# build:
|
||||||
# name: Build for ${{ matrix.os }} (${{ matrix.arch }})
|
# name: Build for ${{ matrix.os }} (${{ matrix.arch }})
|
||||||
# runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
|
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -45,8 +45,8 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [linux, darwin] # linux, freebsd, darwin, windows
|
os: [linux, darwin, windows] # freebsd
|
||||||
arch: [amd64] # amd64, 386
|
arch: [amd64, arm64] # amd64, 386
|
||||||
needs: [golangci-lint, go-test]
|
needs: [golangci-lint, go-test]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
Loading…
Reference in New Issue
Block a user