Skip to content

Changement anodin de cycleHighways pour tester le GHA #3

Changement anodin de cycleHighways pour tester le GHA

Changement anodin de cycleHighways pour tester le GHA #3

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will install Deno then run `deno lint` and `deno test`.
# For more information see: https://github.com/denoland/setup-deno
name: Build cycleHighways PMTiles
on:
push:
branches: ['master']
paths:
- 'cycleHighways.ts'
pull_request:
branches: ['master']
types: [opened, synchronize]
paths:
- 'cycleHighways.ts'
permissions:
contents: read
jobs:
build tiles:

Check failure on line 26 in .github/workflows/deno.yml

View workflow run for this annotation

GitHub Actions / Build cycleHighways PMTiles

Invalid workflow file

The workflow is not valid. .github/workflows/deno.yml (Line: 26, Col: 3): The identifier 'build tiles' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
runs-on: ubuntu-latest
steps:
- name: Setup repo
uses: actions/checkout@v4
- name: Setup Deno
uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- name: Run tests
run: deno --allow-net --allow-read --allow-write ./cycleHighways.ts