Skip to content

Commit

Permalink
Merge pull request #1250 from daniel-ac-martin/updates-from-hods
Browse files Browse the repository at this point in the history
CI: Set the locale
  • Loading branch information
daniel-ac-martin authored Jan 2, 2025
2 parents fa27298 + 52cd2ac commit 85f069c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ runs:
using: composite
steps:

- name: Set locale
shell: bash
run: |
sudo locale-gen ${{ env.LANG }}
sudo update-locale LANG=${{ env.LANG }}
- name: Setup package lock-file
shell: bash
run: |
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ coverage/
node_modules/
pnpm-lock.yaml
storybook-static/
.DS_Store

1 comment on commit 85f069c

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://not-gov.uk as production
🚀 Deployed on https://6776ee0ab0b774a106820533--notgovuk.netlify.app

Please sign in to comment.