mirror of
https://github.com/status-im/actions-gh-pages.git
synced 2025-01-19 17:49:04 +00:00
21 lines
245 B
YAML
21 lines
245 B
YAML
CI/CD:
|
|
- .github/workflows/*
|
|
|
|
dependencies:
|
|
- .nvmrc
|
|
- package.json
|
|
- package-lock.json
|
|
|
|
documentation:
|
|
- README.md
|
|
|
|
test:
|
|
- __tests__
|
|
|
|
docker:
|
|
- .devcontainer/*
|
|
- .dockerignore
|
|
- Dockerfile
|
|
- Makefile
|
|
- docker-compose.yml
|