diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17fc892..3b328c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,7 @@ name: CI + on: [push] + jobs: theme-check: name: Theme Check diff --git a/README.md b/README.md index 4bbea48..3b545c4 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [About](#about) | [License](#license) -An example theme with Support for PWAs and service workers. +An example theme with built-in support for Progressive Web Apps (PWAs) and service workers. To ensure optimal functionality, make sure to configure all necessary files within the settings and assets folders. Please be aware that some browsers, such as Safari, do not support PWAs. ## Usage