chore(deps): update collabora/code docker tag to v24.04.9.2.1 #498
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | |
cancel-in-progress: true | |
jobs: | |
ci: | |
runs-on: ubuntu-24.04 | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- name: Install Nix | |
uses: DeterminateSystems/nix-installer-action@main | |
- name: Tailscale | |
uses: tailscale/github-action@v2 | |
with: | |
oauth-client-id: ${{ secrets.TAILSCALE_OAUTH_CLIENT_ID }} | |
oauth-secret: ${{ secrets.TAILSCALE_OAUTH_CLIENT_SECRET }} | |
tags: tag:deploy-rs | |
- name: Setup Attic cache | |
uses: ryanccn/attic-action@v0 | |
with: | |
endpoint: ${{ vars.ATTIC_ENDPOINT }} | |
cache: ${{ vars.ATTIC_CACHE }} | |
token: ${{ secrets.ATTIC_TOKEN }} | |
- name: Run ci checks | |
run: | | |
nix flake check |