Skip to content

🚧 Add/update some configuration files (#98) #11

🚧 Add/update some configuration files (#98)

🚧 Add/update some configuration files (#98) #11

# Copyright 2024
#
# Everyone is permitted to copy, distribute, modify, merge, sell, publish,
# sublicense or whatever the fuck they want with this software but at their
# OWN RISK.
# The author has absolutely no fucking clue what the code in this project
# does. It might just fucking work or not, there is no third option.
#
# IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.
---
name: ♻️ Refresh Trunk cache
on:
push:
branches: [main]
paths: [.trunk/trunk.yaml]
permissions: {}
jobs:
trunk-cache:
name: ♻️ Refresh Trunk cache
runs-on: ubuntu-latest
permissions:
contents: read
actions: write
steps:
- name: ⬇️ Checkout repository
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: 📦️ Populate cache with Trunk
uses: trunk-io/trunk-action@da67635060feab46c164bc130690e61864a5d13b # v1.1.13
with:
check-mode: populate_cache_only