Skip to content

⬆️ 🐳 Bump rust from 1.81-alpine3.20 to 1.82-alpine3.20 in /docker #94

⬆️ 🐳 Bump rust from 1.81-alpine3.20 to 1.82-alpine3.20 in /docker

⬆️ 🐳 Bump rust from 1.81-alpine3.20 to 1.82-alpine3.20 in /docker #94

Workflow file for this run

---
name: test-website
on:
pull_request:
branches:
- main
types:
- opened
- synchronize
- reopened
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout@scm
uses: actions/checkout@v4
- name: setup@node
uses: actions/setup-node@v4
with:
node-version: '20'
- name: install@node
working-directory: ./website
run: npm install
- name: build@node
working-directory: ./website
run: npm run build